UNPKG

@fluent-windows/core

Version:

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

7 lines (6 loc) 240 B
import * as React from 'react'; import { CommandType } from './Command.type'; export declare const name = "Command"; export declare const CommandContext: React.Context<boolean>; declare const _default: CommandType; export default _default;