tdesign-mobile-vue
Version:
tdesign-mobile-vue
12 lines (11 loc) • 457 B
TypeScript
import _Cell from './cell';
import _CellGroup from './cell-group';
import { WithInstallType } from '../shared';
import { TdCellProps, TdCellGroupProps } from './type';
import './style';
export * from './type';
export declare type CellProps = TdCellProps;
export declare type CellGroupProps = TdCellGroupProps;
export declare const Cell: WithInstallType<typeof _Cell>;
export declare const CellGroup: WithInstallType<typeof _CellGroup>;
export default Cell;