source:
frontend/node_modules/@csstools/postcss-trigonometric-functions/dist/cos.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 cosFunctionCheck = "cos("; |
| 3 | declare function transformCosFunction(decl: Declaration): string | undefined; |
| 4 | export { cosFunctionCheck, transformCosFunction }; |
Note:
See TracBrowser
for help on using the repository browser.
