UNPKG

@fluent-windows/core

Version:

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

6 lines (5 loc) 183 B
import * as React from 'react'; import { DrawerProps } from './Drawer.type'; export declare const name = "Drawer"; declare const Drawer: React.FC<DrawerProps>; export default Drawer;