@sandlada/vue-mdc
Version:

27 lines • 660 B
TypeScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
import type { ExtractPublicPropTypes } from 'vue';
export declare const props: {
disabled: {
type: BooleanConstructor;
default: boolean;
};
defaultChecked: {
type: BooleanConstructor;
default: null;
};
modelValue: {
type: BooleanConstructor;
default: null;
};
indeterminate: {
type: BooleanConstructor;
default: null;
};
};
export type TCheckboxProps = ExtractPublicPropTypes<typeof props>;
export type TCheckboxSlots = {};
//# sourceMappingURL=checkbox.definition.d.ts.map