UNPKG

igniteui-react-core

Version:
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;