Prajwal3009's picture
Upload 6939 files
b1bbd1e verified
import type { AtRule, Node } from 'postcss';
export declare function getLayerAtRuleAncestor(node: Node): AtRule | null;