UNPKG

viettel-ekyc-sdk

Version:
4 lines (3 loc) 157 B
import { CardInfo } from '../../components/interface'; import { TypesAction } from './types'; export declare const addCard: (card: CardInfo) => TypesAction;