UNPKG

@varlet/ui

Version:

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

28 lines (27 loc) 485 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { sticky: { type: Boolean, default: true }, stickyOffsetTop: { type: [String, Number], default: 0 }, stickyCssMode: Boolean, hideList: Boolean, zIndex: { type: [Number, String], default: 1 }, highlightColor: String, duration: { type: [Number, String], default: 0 }, onClick: defineListenerProp(), onChange: defineListenerProp() }; export { props };