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

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

export const JnpfRadio = withInstall(Radio);
