UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

9 lines (8 loc) 240 B
import type { WatcherStatesType, Observer } from '../interface'; export declare class Watcher { readonly states: WatcherStatesType; observerList: Observer[]; $table?: any; constructor(); updateColumns(): void; }