UNPKG
@dndbuilder.com/react
Version:
latest (1.0.0)
1.0.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Drag and drop builder for React
dndbuilder.com
dndbuilder/react
@dndbuilder.com/react
/
dist
/
components
/
base
/
editor
/
left-panel.d.ts
5 lines
(4 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
import
{
FC
}
from
'react'
;
export
type
LeftPanelProps
=
React
.
HTMLAttributes
<
HTMLDivElement
>;
export
declare
const
LeftPanel
:
FC
<
LeftPanelProps
>;
//# sourceMappingURL=left-panel.d.ts.map