source:
frontend/node_modules/@csstools/postcss-trigonometric-functions/dist/tan.d.ts
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 214 bytes | |
| Line | |
|---|---|
| 1 | import type { Declaration } from 'postcss'; |
| 2 | declare const tanFunctionCheck = "tan("; |
| 3 | declare function transformTanFunction(decl: Declaration): string | undefined; |
| 4 | export { tanFunctionCheck, transformTanFunction }; |
Note:
See TracBrowser
for help on using the repository browser.
