UNPKG

@mercadopago/sdk-react

Version:
4 lines (3 loc) 253 B
import type { FieldName, Field } from "./types"; export declare const getInitializationDependencies: (params: any, keysToExclude: string[]) => any; export declare const initSecureField: (fieldName: FieldName, params: any) => Promise<Field | undefined>;