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