source: node_modules/postcss/lib/postcss.d.mts

Last change on this file was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 1.0 KB
Line 
1export {
2 // Type-only exports
3 AcceptedPlugin,
4
5 AnyNode,
6 atRule,
7 AtRule,
8 AtRuleProps,
9 Builder,
10 ChildNode,
11 ChildProps,
12 comment,
13 Comment,
14 CommentProps,
15 Container,
16 ContainerProps,
17 CssSyntaxError,
18 decl,
19 Declaration,
20 DeclarationProps,
21 // postcss function / namespace
22 default,
23 document,
24 Document,
25 DocumentProps,
26 FilePosition,
27 fromJSON,
28 Helpers,
29 Input,
30
31 JSONHydrator,
32 // This is a class, but it’s not re-exported. That’s why it’s exported as type-only here.
33 type LazyResult,
34 list,
35 Message,
36 Node,
37 NodeErrorOptions,
38 NodeProps,
39 OldPlugin,
40 parse,
41 Parser,
42 // @ts-expect-error This value exists, but it’s untyped.
43 plugin,
44 Plugin,
45 PluginCreator,
46 Position,
47 Postcss,
48 ProcessOptions,
49 Processor,
50 Result,
51 root,
52 Root,
53 RootProps,
54 rule,
55 Rule,
56 RuleProps,
57 Source,
58 SourceMap,
59 SourceMapOptions,
60 Stringifier,
61 // Value exports from postcss.mjs
62 stringify,
63 Syntax,
64 TransformCallback,
65 Transformer,
66 Warning,
67
68 WarningOptions
69} from './postcss.js'
Note: See TracBrowser for help on using the repository browser.