UNPKG
@ws-ui/craftjs-layers
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1-beta.3
0.2.1-beta.2
0.2.1-beta.1
0.2.0
0.2.0-beta.12.1
0.2.0-beta.12
A Photoshop-like layers panel for your page editor
github.com/prevwong/craft.js/
prevwong/craft.js
@ws-ui/craftjs-layers
/
lib
/
events
/
RenderLayerIndicator.d.ts
7 lines
(6 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
type
RenderLayerIndicatorProps
= {
children
?:
React
.
ReactNode
; };
export
declare
const
RenderLayerIndicator
:
(
{ children, }:
RenderLayerIndicatorProps
) =>
React
.
JSX
.
Element
;
export
{};