* Calling StyleSheet.extend() returns an object with each of the exported * properties on it.
| 122 | * properties on it. |
| 123 | */ |
| 124 | interface Exports { |
| 125 | css(...styles: CSSInputTypes[]): string; |
| 126 | StyleSheet: StyleSheetStatic; |
| 127 | StyleSheetServer: StyleSheetServerStatic; |
| 128 | StyleSheetTestUtils: StyleSheetTestUtilsStatic; |
| 129 | flushToStyleTag(): void; |
| 130 | } |
nothing calls this directly
no outgoing calls
no test coverage detected