mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 04:40:32 +00:00
chore(runtime): index.d.ts
This commit is contained in:
parent
8e361967e0
commit
93cd908adb
3
packages/runtime/index.d.ts
vendored
3
packages/runtime/index.d.ts
vendored
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user