UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 347 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import Code from "./Code.mjs"; import { props as codeProps } from "./props.mjs"; withInstall(Code); withPropsDefaultsSetter(Code, codeProps); const _CodeComponent = Code; var stdin_default = Code; export { _CodeComponent, codeProps, stdin_default as default };