UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

7 lines (6 loc) 205 B
import Trigger from './Trigger'; import { triggerProps } from './interface'; import type { TriggerProps } from './interface'; export { triggerProps }; export type { TriggerProps }; export default Trigger;