import Row from './row.taro.vue';
import type { ComponentPublicInstance } from 'vue';
export type { RowProps } from './row.taro.vue';
export type RowInstance = ComponentPublicInstance & InstanceType<typeof Row>;
export { Row, Row as default };
