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