| 62 | export function resetInjectedStyle(key: string): void; |
| 63 | |
| 64 | interface StaticRendererResult { |
| 65 | html: string; |
| 66 | css: { |
| 67 | content: string; |
| 68 | renderedClassNames: string[]; |
| 69 | }; |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Utilities for using Aphrodite server-side. |
nothing calls this directly
no outgoing calls
no test coverage detected