UNPKG

@opensig/opendesign

Version:

<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>

27 lines (26 loc) 382 B
import { layerProps } from "../layer/types.mjs"; const { maskClose, ...extractProps } = layerProps; const loadingProps = { ...extractProps, /** * loading文本 */ label: { type: String }, /** * loading图标 */ icon: { type: Object }, /** * loading图标是否旋转 */ iconRotating: { type: Boolean } }; export { loadingProps };