@dapplets/dapplet-extension
Version:
The Bridge to the Augmented Web.
13 lines (12 loc) • 326 B
TypeScript
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;