@fle-ui/plus-table
Version:
26 lines (25 loc) • 546 B
TypeScript
export declare const tabs: {
label: string;
key: string;
}[];
export declare const tabsSearchParamsMap: any;
export declare const priceRangeForOnce: {
label: string;
value: string;
}[];
export declare const priceRangeForPurchase: {
label: string;
value: string;
}[];
export declare const profitRangeForOnce: {
label: string;
value: string;
}[];
export declare const profitRangeForPurchase: {
label: string;
value: string;
}[];
export declare const sortOptions: {
label: string;
value: string;
}[];