UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

10 lines (9 loc) 217 B
export interface IChatContainerProps { stopHeight?: number; keepBottom?: boolean; backbottomClassName?: string; backbottomProps?: { visibilityHeight?: number; bottom?: number; }; }