UNPKG

vue-bootstrap-slider

Version:
13 lines (9 loc) 184 B
import properties from './properties' import watchers from './watchers' export const props = { props: properties } export const watch = { watch: watchers } export default props