You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
891 B
41 lines
891 B
|
2 years ago
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
|
||
|
|
require('../../../utils/index.js');
|
||
|
|
require('../../../hooks/index.js');
|
||
|
|
var runtime = require('../../../utils/vue/props/runtime.js');
|
||
|
|
var index = require('../../../hooks/use-size/index.js');
|
||
|
|
|
||
|
|
const configProviderProps = runtime.buildProps({
|
||
|
|
a11y: {
|
||
|
|
type: Boolean,
|
||
|
|
default: true
|
||
|
|
},
|
||
|
|
locale: {
|
||
|
|
type: runtime.definePropType(Object)
|
||
|
|
},
|
||
|
|
size: index.useSizeProp,
|
||
|
|
button: {
|
||
|
|
type: runtime.definePropType(Object)
|
||
|
|
},
|
||
|
|
experimentalFeatures: {
|
||
|
|
type: runtime.definePropType(Object)
|
||
|
|
},
|
||
|
|
keyboardNavigation: {
|
||
|
|
type: Boolean,
|
||
|
|
default: true
|
||
|
|
},
|
||
|
|
message: {
|
||
|
|
type: runtime.definePropType(Object)
|
||
|
|
},
|
||
|
|
zIndex: Number,
|
||
|
|
namespace: {
|
||
|
|
type: String,
|
||
|
|
default: "el"
|
||
|
|
}
|
||
|
|
});
|
||
|
|
|
||
|
|
exports.configProviderProps = configProviderProps;
|
||
|
|
//# sourceMappingURL=config-provider-props.js.map
|