import { withInstall } from '@jnpf/utils';

import Select from './src/Select.vue';

export const JnpfSelect = withInstall(Select);
