UNPKG

im-ui-mobile

Version:

A Vue3.0 + Typescript instant messaging component library for Uniapp

14 lines (11 loc) 315 B
import { AllowedComponentProps, VNodeProps } from '../common' declare interface CellGroupSlots { default?: () => any } declare interface _CellGroup { new(): { $props: AllowedComponentProps & VNodeProps $slots: CellGroupSlots } } export declare const CellGroup: _CellGroup