@fluent-windows/core
Version:
React components that inspired by Microsoft's Fluent Design System.
7 lines (6 loc) • 363 B
TypeScript
import { Theme } from '../styles';
import { DrawerClassProps } from './Drawer.type';
export declare const createSwipe: (anchor: "left" | "right" | "top" | "bottom" | undefined) => any;
export declare const root: (theme: Theme) => any;
export declare const mask: (theme: Theme) => any;
export declare const styles: (theme: Theme) => Record<DrawerClassProps, any>;