UNPKG

@gjax/angular-tree-component

Version:

A simple yet powerful tree component for Angular16. GTI mainteined version, forked from https://github.com/odymaui/angular-tree-component

8 lines (7 loc) 364 B
import { action as mobxAction } from 'mobx'; import { computed as mobxComputed } from 'mobx'; import { observable as mobxObservable } from 'mobx'; export declare function actionInternal(...args: any[]): any; export declare const action: typeof mobxAction; export declare const computed: typeof mobxComputed; export declare const observable: typeof mobxObservable;