@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
13 lines (12 loc) • 380 B
JavaScript
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
import { props as tooltipProps } from "./props.mjs";
import Tooltip from "./Tooltip.mjs";
withInstall(Tooltip);
withPropsDefaultsSetter(Tooltip, tooltipProps);
const _TooltipComponent = Tooltip;
var stdin_default = Tooltip;
export {
_TooltipComponent,
stdin_default as default,
tooltipProps
};