UNPKG

@blocklet/ui-react

Version:

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

3 lines (2 loc) 138 B
export declare function ip2Region(ip: string): Promise<string>; export declare function batchIp2Region(ips: string[]): Promise<string[]>;