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

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

export const JnpfAreaSelect = withInstall(AreaSelect);
export * from './src/props';
