UNPKG

vue-radio-toggle-buttons

Version:
8 lines (7 loc) 409 B
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;