UNPKG
wx-gantt-store
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0-beta-3
2.0.0-beta-2
1.2.0
wx-gantt-store
/
dist
/
types
/
sidebar.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
import
type
{
TEditorShape
,
IDataConfig
}
from
"./types"
;
export
declare
const
defaultEditorShape
:
TEditorShape
[];
export
declare
function
normalizeEditor
(
state
:
Partial
<
IDataConfig
>
):
any
[];