6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
|
|
import StyleSheet from './sheet';
|
||
|
|
export declare const __PRIVATE__: {
|
||
|
|
StyleSheet: typeof StyleSheet;
|
||
|
|
mainSheet: StyleSheet;
|
||
|
|
};
|