tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
14 lines • 436 B
TypeScript
export default class Field extends React.PureComponent<any, any, any> {
constructor(props: any);
state: {
value: any;
};
render(): React.JSX.Element;
updateValue: (name: any, value: any) => void;
onChange: (...args: any[]) => void;
onFormChange: (formData: any) => void;
componentDidMount(): void;
componentWillUnmount(): void;
}
import React from "react";
//# sourceMappingURL=index.d.ts.map