@sandlada/vue-mdc
Version:

20 lines (19 loc) • 310 B
JavaScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
const props = {
label: {
type: String,
default: "Unnamed Tab"
},
hideInactiveLabel: {
type: Boolean,
default: false
}
};
export {
props
};
//# sourceMappingURL=navigation-tab.definition.js.map