@sandlada/vue-mdc
Version:

24 lines (23 loc) • 347 B
JavaScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
const props = {
max: {
type: Number,
default: 1
},
indeterminate: {
type: Boolean,
default: false
},
value: {
type: Number,
default: 0.25
}
};
export {
props
};
//# sourceMappingURL=circular-progress.definition.js.map