UNPKG

govbr-ds-angular

Version:

Implementação em Angular do Design System GovBR.

7 lines (6 loc) 144 B
export interface SelectOptions extends Array<SelectOption> { } export interface SelectOption { value: string | number; label: string; }