Files
vant/src/row/index.ts
T

8 lines
135 B
TypeScript

import { installable } from '../utils';
import _Row from './Row';
const Row = installable(_Row);
export default Row;
export { Row };