UNPKG

@blocklet/ui-react

Version:

Some useful front-end web components that can be used in Blocklets.

5 lines (4 loc) 236 B
import { AxiosError } from 'axios'; import { CreatePassportProps } from '../../@types'; export declare const formatAxiosError: (err: AxiosError) => string; export declare const createPassportSvg: (props: CreatePassportProps) => string;