UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

7 lines (6 loc) 264 B
import * as React from 'react'; import { DialogType, DialogContextType } from './Dialog.type'; export declare const name = "Dialog"; export declare const DialogContext: React.Context<DialogContextType>; declare const _default: DialogType; export default _default;