UNPKG

@varlet/ui

Version:

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

17 lines (16 loc) 197 B
const props = { code: { type: String, default: "" }, language: String, theme: String, wordWrap: Boolean, trim: { type: Boolean, default: true } }; export { props };