UNPKG

liber-salti

Version:

Saltí - Liber Design System

11 lines (10 loc) 242 B
export interface DrawerHeaderProps { /** * The label of the Drawer. */ title: string; /** * If defined, a Dismiss icon will be shown at the right. This is the callback. */ onClose?: () => void; }