UNPKG

fsl-js-sdk

Version:
11 lines (10 loc) 249 B
type Options = { onReady?: () => void; onError?: (e: { code?: number | string; message: string; }) => void; onClose?: () => void; }; export declare const showCard: (url: string, options?: Options) => void; export {};