UNPKG

tandem-front-end

Version:

Visual editor for web components

19 lines (13 loc) 564 B
import * as React from "react"; import LayersPaneController0, {Props as LayersPaneController0Props} from "./layers-pane-controller"; import {_b6c162d113Props} from "../../../../pane/view.pc"; type TextProps = { text?: string; } & React.HTMLAttributes<any>; type ElementProps = { ref?: any; } & React.HTMLAttributes<any>; export type BaseLayersPaneProps = { } & _b6c162d113Props; export type _b34e7ef42482727Props = LayersPaneController0Props; export const LayersPane: (props: LayersPaneController0Props) => React.ReactElement<LayersPaneController0Props>;