el.xwx.moe/components/InputSelect/types.ts

5 lines
73 B
TypeScript
Raw Normal View History

export interface Options {
label: string;
2023-05-27 11:29:39 -05:00
value?: string | number;
}