vue-radio-toggle-buttons
Version:
Radio toggle buttons for Vue.
8 lines (7 loc) • 409 B
TypeScript
import PluginObjectWithComponents from './types/PluginObjectWithComponents';
import PluginOptions from './types/PluginOptions';
import RadioToggleValue from './types/RadioToggleValue';
import './scss/main.scss';
declare const VueRadioToggleButtons: PluginObjectWithComponents<PluginOptions>;
export { RadioToggleValue, PluginObjectWithComponents, PluginOptions };
export default VueRadioToggleButtons;