UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

4 lines (3 loc) 76 B
export interface FormCheckboxEvents { onChange: (value: any) => void; }