|
| 1 | +## API Report File for "@rocket.chat/css-in-js" |
| 2 | + |
| 3 | +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). |
| 4 | +
|
| 5 | +```ts |
| 6 | + |
| 7 | +import { cssSupports } from '@rocket.chat/css-supports'; |
| 8 | +import type { Middleware } from 'stylis'; |
| 9 | + |
| 10 | +// Warning: (ae-forgotten-export) The symbol "RuleAttacher" needs to be exported by the entry point index.d.ts |
| 11 | +// |
| 12 | +// @public (undocumented) |
| 13 | +export const attachRules: RuleAttacher; |
| 14 | + |
| 15 | +// @public (undocumented) |
| 16 | +export const createAnimationName: (content: string) => string; |
| 17 | + |
| 18 | +// @public (undocumented) |
| 19 | +export const createClassName: (content: string) => string; |
| 20 | + |
| 21 | +// @public (undocumented) |
| 22 | +export const css: (slices: TemplateStringsArray, ...values: readonly unknown[]) => cssFn; |
| 23 | + |
| 24 | +// Warning: (ae-forgotten-export) The symbol "Evaluable" needs to be exported by the entry point index.d.ts |
| 25 | +// |
| 26 | +// @public (undocumented) |
| 27 | +export type cssFn = Evaluable; |
| 28 | + |
| 29 | +export { cssSupports } |
| 30 | + |
| 31 | +// @public (undocumented) |
| 32 | +export const escapeName: (animationOrClassName: string) => string; |
| 33 | + |
| 34 | +// @public (undocumented) |
| 35 | +export const keyframes: (slices: TemplateStringsArray, ...values: unknown[]) => keyframesFn; |
| 36 | + |
| 37 | +// @public (undocumented) |
| 38 | +export type keyframesFn = Evaluable; |
| 39 | + |
| 40 | +// @public (undocumented) |
| 41 | +export const transpile: (selector: string, content: string, middleware?: Middleware) => string; |
| 42 | + |
| 43 | +// (No @packageDocumentation comment for this package) |
| 44 | + |
| 45 | +``` |
0 commit comments