tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
12 lines • 405 B
TypeScript
import Col from './col';
import Row from './row';
import './style';
declare function useBreakpoint(): Partial<Record<import("../_util/responsiveObserve").Breakpoint, boolean>>;
export { ColProps, ColSize } from './col';
export { RowProps } from './row';
export { Row, Col };
declare const _default: {
useBreakpoint: typeof useBreakpoint;
};
export default _default;
//# sourceMappingURL=index.d.ts.map