UNPKG

@fluentui/react-northstar

Version:
6 lines (5 loc) 172 B
import * as React from 'react'; export declare type PortalContextValue = { className: string; }; export declare const PortalContext: React.Context<PortalContextValue>;