MCPcopy
hub / github.com/Khan/aphrodite / Exports

Interface Exports

typings/index.d.ts:124–130  ·  view source on GitHub ↗

* Calling StyleSheet.extend() returns an object with each of the exported * properties on it.

Source from the content-addressed store, hash-verified

122 * properties on it.
123 */
124interface Exports {
125 css(...styles: CSSInputTypes[]): string;
126 StyleSheet: StyleSheetStatic;
127 StyleSheetServer: StyleSheetServerStatic;
128 StyleSheetTestUtils: StyleSheetTestUtilsStatic;
129 flushToStyleTag(): void;
130}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected