/** * diwa-checkbox — Public TypeScript types */ export type CheckboxState = 'none' | 'error' | 'success'; //# sourceMappingURL=types.d.ts.map