Skip to content

Commit d2ac1ac

Browse files
authored
Merge pull request #1471 from yyx990803/patch-1
Expose LazyResult type
2 parents c28b950 + 2fce3f9 commit d2ac1ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/postcss.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import Root, { RootProps } from './root.js'
1313
import Comment, { CommentProps } from './comment.js'
1414
import AtRule, { AtRuleProps } from './at-rule.js'
1515
import Result, { Message } from './result.js'
16+
import LazyResult from './lazy-result.js'
1617
import Rule, { RuleProps } from './rule.js'
1718
import Container, { ContainerProps } from './container.js'
1819
import Warning, { WarningOptions } from './warning.js'
@@ -48,6 +49,7 @@ export {
4849
Rule,
4950
Root,
5051
Result,
52+
LazyResult,
5153
Input
5254
}
5355

0 commit comments

Comments
 (0)