UNPKG

@monei-js/components

Version:

MONEI UI Components enable you to collect sensitive payment information using customizable UI components.

5 lines (4 loc) 236 B
export declare enum EVENT { BEFORE_CLOSE = "BEFORE_CLOSE" } export declare function containerTemplate({ uid, frame, prerenderFrame, doc, props, event, dimensions: { width, height } }: Record<any, any>): HTMLElement | undefined;