atan2.d.ts 224 B

1234
  1. import type { Declaration } from 'postcss';
  2. declare const atan2FunctionCheck = "atan2(";
  3. declare function transformAtan2Function(decl: Declaration): string | undefined;
  4. export { atan2FunctionCheck, transformAtan2Function };