4 lines
127 B

import button from './button.vue';
import { withInstall } from '/nerv-lib/util';
export const NsButton = withInstall(button);