UNPKG

liber-salti

Version:

Saltí - Liber Design System

12 lines (11 loc) 225 B
import React from 'react'; export interface MenuGroupProps { /** * The label of the group */ label?: string; /** * The children of the component */ children?: React.ReactNode; }