import { ModifiersProps, NavProps } from '@/props' export const VvNavProps = { ...ModifiersProps, ...NavProps, } export const VvNavEvents = ['click']