UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

9 lines (8 loc) 154 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { separator: String, onClick: defineListenerProp() }; export { props };