@stylable/core
Version:
CSS for Components
70 lines • 1.8 kB
TypeScript
export declare const nativePseudoClasses: string[];
export declare const nativePseudoElements: string[];
export declare const reservedKeyFrames: string[];
export declare const nativeFunctionsDic: {
attr: boolean;
blur: boolean;
brightness: boolean;
calc: boolean;
circle: boolean;
constant: boolean;
contrast: boolean;
counter: boolean;
counters: boolean;
'cubic-bezier': boolean;
'drop-shadow': boolean;
ellipse: boolean;
env: boolean;
format: boolean;
grayscale: boolean;
hsl: boolean;
hsla: boolean;
'hue-rotate': boolean;
hwb: boolean;
image: boolean;
inset: boolean;
invert: boolean;
'linear-gradient': boolean;
local: boolean;
matrix: boolean;
matrix3d: boolean;
minmax: boolean;
opacity: boolean;
paint: boolean;
path: boolean;
perspective: boolean;
polygon: boolean;
'radial-gradient': boolean;
rect: boolean;
repeat: boolean;
'repeating-linear-gradient': boolean;
'repeating-radial-gradient': boolean;
rgb: boolean;
rgba: boolean;
rotate: boolean;
rotate3d: boolean;
rotateX: boolean;
rotateY: boolean;
rotateZ: boolean;
saturate: boolean;
sepia: boolean;
scale: boolean;
scale3d: boolean;
scaleX: boolean;
scaleY: boolean;
scaleZ: boolean;
skew: boolean;
skewX: boolean;
skewY: boolean;
symbols: boolean;
translate: boolean;
translate3d: boolean;
translateX: boolean;
translateY: boolean;
translateZ: boolean;
url: boolean;
var: boolean;
};
export declare type nativeFunctions = keyof typeof nativeFunctionsDic;
export declare function isCssNativeFunction(name: string): name is nativeFunctions;
//# sourceMappingURL=native-reserved-lists.d.ts.map