@odymaui/angular-tree-component
Version:
A simple yet powerful tree component for Angular16. WARNING: This is an unsupported fork for use in a dependent project to upgrade it to Angular 16. Unit tests pass and the example-app works as expected.
8 lines (7 loc) • 371 B
TypeScript
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;