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

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

export const JnpfText = withInstall(Text);
