UNPKG

focus-components-v3

Version:

Focus web components to build applications (based on Material Design)

6 lines (5 loc) 145 B
export default function Chips(props: { label: string; letter?: string; onDeleteClick?: () => void; }): React.ReactElement<any>;