UNPKG

@omnia/fx-models

Version:
6 lines (5 loc) 231 B
import { ILayoutDependencyProvider } from "./Layout"; export interface OmniaBlock<TSettings = any> { layoutDependencyProviders?: ((provider: ILayoutDependencyProvider) => string | string[]) | string[]; category?: string; }