UNPKG

@nlabs/lex

Version:
16 lines (15 loc) 370 B
interface PostcssPercentageOptions { floor?: boolean; precision?: number; trimTrailingZero?: boolean; } declare const postcssPercentage: { (opts?: PostcssPercentageOptions): { Once(root: any, { result }: { result: any; }): void; postcssPlugin: string; }; postcss: boolean; }; export default postcssPercentage;