UNPKG

@dapplets/dapplet-extension

Version:
13 lines (12 loc) 326 B
import React from 'react'; export declare const DROPDOWN_LIST: { _id: string; label: string; }[]; export declare const CHECKBOX_LIST: { id: number; title: string; isCheckbox: boolean; }[]; export declare const checkboxList: () => React.ReactElement; export declare const MainList: () => React.JSX.Element;