UNPKG

grid-component-editor

Version:

延长loading超时时间;转义伪类中文,防止乱码

41 lines (36 loc) 846 B
import Tab from './tab' import { Flex, Box } from './box' import Button from './btn' export { default as Icon } from './icon' import Field from './field' import Select from './select' import Switch from './switch' import Dropdown from './dropdown' import Tooltip from './tooltip' import Collapse from './collapse' import Message from './message' import Confirm from './confirm' import Transition from './transition' // type inner = typeof Drop // declare const D :IDropdown // interface IDropdown extends inner{ // Item: typeof Item // } // // const Dropdown:any = Drop // Dropdown.prototype.Item = Item // declare const Dropdown export { Button, Field, Tab, Dropdown, Tooltip, Collapse, Select, Message, Flex, Box, Switch, Confirm, Transition }