UNPKG

wot-design-uni

Version:

一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。

14 lines (12 loc) 222 B
import { baseProps, makeNumberProp } from '../common/props' export const stickyProps = { ...baseProps, /** * 层级 */ zIndex: makeNumberProp(1), /** * 吸顶距离 */ offsetTop: makeNumberProp(0) }