UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

13 lines (10 loc) 217 B
export interface ScrollInterface { (evt: FocusEvent): void } export interface WaterfallRowType { src?: string _order?: number index?: number height?: number } export type WaterfallType = 'flex' | 'column'