UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

6 lines (5 loc) 172 B
export declare enum FormCheckboxTypes { switch = "form-switch", checkbox = "form-checkbox" } export declare type FormCheckboxType = keyof typeof FormCheckboxTypes;