UNPKG

dora-pda-ui

Version:

pda ui components for dorabot

5 lines 142 B
export type Options<Value = string> ={ label:string, value:Value, } export type IgetDict = (dictType:string) => Promise<Options[]>