UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

9 lines (8 loc) 254 B
import { FormSelect } from './Select'; import { FormSelectOption } from './Option'; declare const _default: import("vue").PluginFunction<{ prefix?: string; }>; export default _default; export { FormSelect, FormSelectOption }; export * from './Size';