File size: 120 Bytes
cc651f6
 
1
2
3
import type { AtRule, Node } from 'postcss';
export declare function getLayerAtRuleAncestor(node: Node): AtRule | null;