UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

7 lines 229 B
export interface WmePillProps { active?: boolean; label: string; onClick: (target: string, active: boolean) => void; } export default function Pill(props: WmePillProps): JSX.Element; //# sourceMappingURL=pill.d.ts.map