UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

8 lines (7 loc) 174 B
export interface IBackBottomProps { target?: HTMLElement | string | null; right?: number; bottom?: number; visibilityHeight?: number; parent?: boolean; }