tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
16 lines • 412 B
TypeScript
import React from 'react';
import './index.less';
interface ColumnType {
width?: any;
minWidth?: any;
render?: any;
title?: any;
titleTip?: any;
}
interface MyComponentProps {
columns?: ColumnType[];
className?: string;
}
declare const _default: React.ForwardRefExoticComponent<MyComponentProps & React.RefAttributes<any>>;
export default _default;
//# sourceMappingURL=index.d.ts.map