UNPKG

@stylable/core

Version:

CSS for Components

10 lines 274 B
import { Rule } from 'postcss'; /** * extended types */ /**@deprecated*/ export interface SRule extends Rule { stScopeSelector?: string; } export declare function getRuleScopeSelector(rule: Rule): string | undefined; //# sourceMappingURL=postcss-ast-extension.d.ts.map