UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 284 B
import { IRandomnessGenerator } from "./IRandomnessGenerator"; import { Type } from "./type"; /** * @hidden */ export interface IRandomnessSource { getGenerator(a: string): IRandomnessGenerator; } /** * @hidden */ export declare let IRandomnessSource_$type: Type;