tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
11 lines • 411 B
TypeScript
/// <reference types="react" />
import './style';
import './index.less';
declare const _default: import("react").ForwardRefExoticComponent<import("antd/lib/time-picker").TimePickerProps & {
theme?: string | undefined;
readonly?: boolean | undefined;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes<unknown>>;
export default _default;
//# sourceMappingURL=index.d.ts.map