UNPKG

@yelon/abc

Version:

Common business components of ng-yunzai.

10 lines (9 loc) 282 B
import { EnvironmentProviders } from '@angular/core'; export interface CellWidgetProvideConfig { KEY: string; type: any; } /** * Just only using Standalone widgets */ export declare function provideCellWidgets(...widgets: CellWidgetProvideConfig[]): EnvironmentProviders;