tandem-front-end
Version:
Visual editor for web components
18 lines (12 loc) • 524 B
TypeScript
import * as React from "react";
import EditorWindowsController0, {Props as EditorWindowsController0Props} from "./editor-windows-controller";
type TextProps = {
text?: string;
} & React.HTMLAttributes<any>;
type ElementProps = {
ref?: any;
} & React.HTMLAttributes<any>;
export type BaseEditorWindowsProps = {
} & ElementProps;
export type _5d6bd010465271Props = EditorWindowsController0Props;
export const EditorWindows: (props: EditorWindowsController0Props) => React.ReactElement<EditorWindowsController0Props>;