@fluent-windows/styles
Version:
Fluent-Windows React styles.
4 lines (3 loc) • 332 B
TypeScript
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>)>;