mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
6 lines
128 B
Go
6 lines
128 B
Go
export declare const getRangeItemOption: (
|
|
label: string,
|
|
key: RangeItemKey,
|
|
value?: RangeItemValue
|
|
) => RangeItemOption;
|