UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension.

12 lines (11 loc) 271 B
export interface IDialogButton { name: string; clickHandler: Function; isPrimary: boolean; } export interface IDynamicResource { resources: Array<string>; componentPath: string; ngfactoryModulePath: string; ngModulePath?: string; }