UNPKG
mt-ui-components-vue3
Version:
latest (1.0.0)
1.0.0
玛果添实UI组件库(Vue3)
mt-ui-components-vue3
/
lib
/
DataTable
/
components
/
UnitSelect
/
defaultSetting.js
15 lines
(14 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
UnitProps
=
void
0
;
var
UnitProps
= {
options
: {
type
: [
Array
,
Function
],
default
:
function
_default
(
) {
return
[]; } } };
exports
.
UnitProps
=
UnitProps
;