UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

8 lines (7 loc) 198 B
/** @format */ export declare type ScrollType = 'default' | 'main'; export interface CollapseContainerOptions { canExpand?: boolean; title?: string; helpMessage?: Array<any> | string; }