avancement planning
This commit is contained in:
+12
-12
@@ -44,19 +44,19 @@ declare namespace Rule {
|
||||
/** Information used to generate byte-to-byte equal node string as it was in the origin input. */
|
||||
raws?: RuleRaws
|
||||
} & (
|
||||
| {
|
||||
/** Selector or selectors of the rule. */
|
||||
selector: string
|
||||
selectors?: never
|
||||
}
|
||||
| {
|
||||
selector?: never
|
||||
/** Selectors of the rule represented as an array of strings. */
|
||||
selectors: readonly string[]
|
||||
}
|
||||
) & ContainerProps
|
||||
| {
|
||||
/** Selector or selectors of the rule. */
|
||||
selector: string
|
||||
selectors?: never
|
||||
}
|
||||
| {
|
||||
selector?: never
|
||||
/** Selectors of the rule represented as an array of strings. */
|
||||
selectors: readonly string[]
|
||||
}
|
||||
) &
|
||||
ContainerProps
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
||||
export { Rule_ as default }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user