UNPKG

@solfacil/girassol

Version:
7 lines (6 loc) 121 B
export interface HeaderTabMenuItem { id: string; label: string; active?: boolean; onClick: () => void; }