8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
import { installable } from '../utils';
|
|
import _Row from './Row';
|
|
|
|
const Row = installable(_Row);
|
|
|
|
export default Row;
|
|
export { Row };
|