UNPKG

317 BTypeScriptView Raw
1import { Source, SourceCallback } from '@neoskop/paperboy';
2import { MagnoliaSourceOptions } from './magnolia-source-options.interface';
3export { MagnoliaSourceOptions } from './magnolia-source-options.interface';
4export declare function buildSource(options: MagnoliaSourceOptions, callback: SourceCallback): Source;