Warp/node_modules/postcss/lib/postcss.d.mts

70 lines
1 KiB
TypeScript
Raw Normal View History

2024-01-05 12:14:38 +00:00
export {
// Type-only exports
AcceptedPlugin,
2024-01-05 12:14:38 +00:00
AnyNode,
atRule,
AtRule,
2024-01-05 12:14:38 +00:00
AtRuleProps,
Builder,
ChildNode,
ChildProps,
comment,
Comment,
2024-01-05 12:14:38 +00:00
CommentProps,
Container,
2024-01-05 12:14:38 +00:00
ContainerProps,
CssSyntaxError,
decl,
Declaration,
2024-01-05 12:14:38 +00:00
DeclarationProps,
// postcss function / namespace
default,
document,
Document,
2024-01-05 12:14:38 +00:00
DocumentProps,
FilePosition,
fromJSON,
2024-01-05 12:14:38 +00:00
Helpers,
Input,
2024-01-05 12:14:38 +00:00
JSONHydrator,
// This is a class, but its not re-exported. Thats why its exported as type-only here.
type LazyResult,
list,
2024-01-05 12:14:38 +00:00
Message,
Node,
2024-01-05 12:14:38 +00:00
NodeErrorOptions,
NodeProps,
OldPlugin,
parse,
2024-01-05 12:14:38 +00:00
Parser,
// @ts-expect-error This value exists, but its untyped.
plugin,
2024-01-05 12:14:38 +00:00
Plugin,
PluginCreator,
Position,
Postcss,
ProcessOptions,
Processor,
Result,
root,
Root,
2024-01-05 12:14:38 +00:00
RootProps,
rule,
Rule,
2024-01-05 12:14:38 +00:00
RuleProps,
Source,
SourceMap,
SourceMapOptions,
Stringifier,
// Value exports from postcss.mjs
stringify,
2024-01-05 12:14:38 +00:00
Syntax,
TransformCallback,
Transformer,
Warning,
2024-01-05 12:14:38 +00:00
WarningOptions
2024-01-05 12:14:38 +00:00
} from './postcss.js'