test
This commit is contained in:
7
node_modules/postcss/lib/container.d.ts
generated
vendored
7
node_modules/postcss/lib/container.d.ts
generated
vendored
@@ -8,11 +8,7 @@ import Rule from './rule.js'
|
||||
declare namespace Container {
|
||||
export type ContainerWithChildren<Child extends Node = ChildNode> = {
|
||||
nodes: Child[]
|
||||
} & (
|
||||
| AtRule
|
||||
| Root
|
||||
| Rule
|
||||
)
|
||||
} & (AtRule | Root | Rule)
|
||||
|
||||
export interface ValueOptions {
|
||||
/**
|
||||
@@ -43,7 +39,6 @@ declare namespace Container {
|
||||
| string
|
||||
| undefined
|
||||
|
||||
|
||||
export { Container_ as default }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user