UNPKG
@thebitbybit/craftjs-layers
Version:
latest (0.1.0-beta.17-bbb.1)
0.1.0-beta.17-bbb.1
0.1.0-beta.17-bbb
A Photoshop-like layers panel for your page editor
github.com/prevwong/craft.js/
prevwong/craft.js
@thebitbybit/craftjs-layers
/
lib
/
layers
/
LayerContextProvider.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
LayerContext
}
from
'./LayerContext'
;
export
declare
const
LayerContextProvider
:
React
.
FC
<
Omit
<
LayerContext
,
'connectors'
>>;