@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
21 lines (20 loc) • 447 B
JavaScript
import { buildProps as i, booleanProp as t, classProp as o, booleanStringProp as r } from "@vexip-ui/config";
const n = i({
placement: String,
transfer: r,
noHover: t,
transitionName: String,
tooltipTheme: String,
tipClass: o,
maxLines: Number,
tipMaxWidth: [Number, String],
tipDisabled: t,
tipShift: {
type: [Boolean, String],
default: null
}
});
export {
n as ellipsisProps
};
//# sourceMappingURL=props.mjs.map