web-humas-fe/vendor/ckeditor5/node_modules/postcss/lib/postcss.d.mts

70 lines
1.0 KiB
TypeScript
Raw Normal View History

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