Spaces:
Sleeping
Sleeping
File size: 313 Bytes
cc651f6 |
1 2 3 4 5 6 |
import type { Declaration, Result } from 'postcss';
import { pluginOptions } from './index';
declare const roundFunctionCheck = "round(";
declare function transformRoundFunction(decl: Declaration, result: Result, options: pluginOptions): string | undefined;
export { roundFunctionCheck, transformRoundFunction };
|