UNPKG

liber-salti

Version:

Saltí - Liber Design System

11 lines (10 loc) 214 B
export interface ListProps { /** * If `true` the list will be collapsable. */ collapsable?: boolean; /** * If `true` the collapsable list is open. */ open?: boolean; }