el.xwx.moe/components/InputSelect/types.ts
2023-05-31 18:00:45 +03:30

5 lines
73 B
TypeScript

export interface Options {
label: string;
value?: string | number;
}