You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.0 KiB

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