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