UNPKG

miniapp-web-jsapi

Version:

JSAPI/View adapter for miniprogram running on the web

7 lines (6 loc) 217 B
export interface MapT<T> { [key: string]: T; } export declare type VoidFunction = () => void; export declare type OneArgFunction = (data?: any) => void; export declare type OneArgFunctionT<T> = (data: T) => void;