UNPKG

@adyen/kyc-components

Version:

This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.

7 lines (6 loc) 266 B
/** * Returns a function which invalidates the root legal entity and all of its dependent queries. * * See {@link QUERIES_TO_INVALIDATE_WHEN_ROOT_LE_IS_INVALIDATED}. */ export declare const useInvalidateRootLegalEntity: () => () => Promise<void | [void, void]>;