UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

8 lines 515 B
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