UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

27 lines 660 B
/** * @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