@sandlada/vue-mdc
Version:

24 lines (23 loc) • 357 B
JavaScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
const props = {
modal: {
default: true,
type: Boolean
},
defaultOpen: {
default: false,
type: Boolean
},
modelValue: {
default: null,
type: Boolean
}
};
export {
props
};
//# sourceMappingURL=navigation-drawer.definition.js.map