@adyen/adyen-platform-experience-web
Version:

8 lines • 515 B
TypeScript
import { Core, CoreOptions, TranslationSourceRecord } from './core';
import './components/shared.scss';
import './style/index.scss';
export * from './core';
export * from './components';
export * from './types';
export declare function AdyenPlatformExperience<AvailableTranslations extends TranslationSourceRecord[] = [], CustomTranslations extends {} = {}>(props: CoreOptions<AvailableTranslations, CustomTranslations>): Promise<Core<AvailableTranslations, CustomTranslations>>;
//# sourceMappingURL=index.d.ts.map