| 40 | }; |
| 41 | |
| 42 | export interface RenderOptions extends InteropRenderOptions { |
| 43 | config?: ConfigWithoutContent; |
| 44 | css?: string; |
| 45 | layers?: { |
| 46 | base?: boolean; |
| 47 | components?: boolean; |
| 48 | utilities?: boolean; |
| 49 | }; |
| 50 | } |
| 51 | |
| 52 | export type RenderCurrentTestOptions = RenderOptions & { |
| 53 | className?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…