printer-notifications/node_modules/eslint-plugin-svelte/lib/utils/css-utils/utils.d.ts

4 lines
192 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
export declare function hasVendorPrefix(prop: string): boolean;
export declare function getVendorPrefix(prop: string): string;
export declare function stripVendorPrefix(prop: string): string;