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