We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c28b950 + 2fce3f9 commit d2ac1acCopy full SHA for d2ac1ac
lib/postcss.d.ts
@@ -13,6 +13,7 @@ import Root, { RootProps } from './root.js'
13
import Comment, { CommentProps } from './comment.js'
14
import AtRule, { AtRuleProps } from './at-rule.js'
15
import Result, { Message } from './result.js'
16
+import LazyResult from './lazy-result.js'
17
import Rule, { RuleProps } from './rule.js'
18
import Container, { ContainerProps } from './container.js'
19
import Warning, { WarningOptions } from './warning.js'
@@ -48,6 +49,7 @@ export {
48
49
Rule,
50
Root,
51
Result,
52
+ LazyResult,
53
Input
54
}
55
0 commit comments