chore(runtime): index.d.ts

This commit is contained in:
wuyue.xht 2020-05-19 21:03:13 +08:00
parent 8e361967e0
commit 93cd908adb

View File

@ -1,8 +1,7 @@
import { ReactType } from 'react';
type HistoryMode = 'browser' | 'hash'; type HistoryMode = 'browser' | 'hash';
interface ComponentsMap { interface ComponentsMap {
[key: string]: ReactType; [key: string]: any;
} }
interface UtilsMap { interface UtilsMap {