UNPKG

@craftjs/layers

Version:

A Photoshop-like layers panel for your page editor

5 lines (4 loc) 265 B
import React from 'react'; import { LayerContextType } from './LayerContext'; export type LayerContextProviderProps = Omit<LayerContextType, 'connectors'>; export declare const LayerContextProvider: ({ id, depth, }: LayerContextProviderProps) => React.JSX.Element;