Spaces:
Paused
Paused
File size: 219 Bytes
b1bbd1e | 1 2 3 4 5 | import type { Declaration } from 'postcss';
declare const asinFunctionCheck = "asin(";
declare function transformAsinFunction(decl: Declaration): string | undefined;
export { asinFunctionCheck, transformAsinFunction };
|