UNPKG

@fluent-windows/styles

Version:
4 lines (3 loc) 332 B
import * as React from 'react'; import { Style } from 'jss'; export declare function createGlobalStyle(style: Style): () => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;