UNPKG

vue-radio-toggle-buttons

Version:
6 lines (5 loc) 113 B
export default interface RadioToggleValue { label: string; value: string; disabled?: boolean; }