UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

22 lines 631 B
export default class DropDownWrap extends React.PureComponent<any, any, any> { constructor(props: any); state: { allHeight: any; startIndex: any; endIndex: any; }; componentDidUpdate(prevProps: any): void; getItemStyle: (i: any) => { position: string; top: number; height: any; width: string; }; reactList: (allHeight: any, startIndex: any, endIndex: any) => void; render(): React.FunctionComponentElement<{ menuItems: any; dropdownMenuStyle: any; }>; } import React from "react"; //# sourceMappingURL=DropDownWrap.d.ts.map