1
2
3
4
5
6
7
8
9
10
11
12
| import '../../../utils/index.mjs';
| import { buildProps } from '../../../utils/vue/props/runtime.mjs';
|
| const descriptionsRowProps = buildProps({
| row: {
| type: Array,
| default: () => []
| }
| });
|
| export { descriptionsRowProps };
| //# sourceMappingURL=descriptions-row.mjs.map
|
|