UNPKG

tandem-front-end

Version:

Visual editor for web components

26 lines (20 loc) 820 B
import * as React from "react"; import VariantPaneController0, {Props as VariantPaneController0Props} from "./variant-controller"; import {_b6c162d113Props} from "../../../../../../pane/view.pc"; import {_82eac94a20Props} from "../../../../../../../icons/view.pc"; import {_97a34b151010442Props} from "../../../../../../dev/comments.pc"; type TextProps = { text?: string; } & React.HTMLAttributes<any>; type ElementProps = { ref?: any; } & React.HTMLAttributes<any>; export type BaseVariantPaneProps = { paneProps?: _b6c162d113Props; elementProps?: ElementProps; textProps?: TextProps; elementProps1?: ElementProps; resetIconProps?: _82eac94a20Props; } & ElementProps; export type _abf16a32670Props = VariantPaneController0Props; export const VariantPane: (props: VariantPaneController0Props) => any;