UNPKG

stone-kit

Version:
14 lines (13 loc) 263 B
declare const defaultOption: { value: string; label: string; }[]; declare const defaultCategory: { value: string; label: string; options: { value: string; label: string; }[]; }[]; export { defaultCategory, defaultOption };