wetrade-design
Version:
一款多语言支持Vue3的UI框架
11 lines (10 loc) • 311 B
TypeScript
import Row from './Row';
import Col from './Col';
import useBreakpoint from '../_util/hooks/useBreakpoint';
export type { RowProps } from './Row';
export type { ColProps, ColSize } from './Col';
export { Row, Col };
declare const _default: {
useBreakpoint: typeof useBreakpoint;
};
export default _default;