UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

8 lines (7 loc) 254 B
/** * @fileoverview Exports all authenticator-related components */ export * from './types'; export * from './AuthenticatorFactory'; export * from './processors/DefaultAuthenticatorProcessor'; export * from './processors/StrapiAuthenticatorProcessor';