UNPKG

flowbite-2.0

Version:

The most popular library of interactive components built with Tailwind CSS

18 lines 531 B
import { DrawerInterface } from './interface'; export declare type DrawerOptions = { placement?: string; bodyScrolling?: boolean; backdrop?: boolean; edge?: boolean; edgeOffset?: string; backdropClasses?: string; onShow?: (drawer: DrawerInterface) => void; onHide?: (drawer: DrawerInterface) => void; onToggle?: (drawer: DrawerInterface) => void; }; export declare type PlacementClasses = { base: string[]; active: string[]; inactive: string[]; }; //# sourceMappingURL=types.d.ts.map