tandem-front-end
Version:
Visual editor for web components
20 lines (14 loc) • 644 B
TypeScript
import * as React from "react";
import ComponentInstanceVariantController0, {Props as ComponentInstanceVariantController0Props} from "./variant-input-controller";
type TextProps = {
text?: string;
} & React.HTMLAttributes<any>;
type ElementProps = {
ref?: any;
} & React.HTMLAttributes<any>;
export type BaseComponentInstanceVariantProps = {
options?: any;
optionsProps?: ElementProps;
} & ElementProps;
export type _a9046e8412Props = ComponentInstanceVariantController0Props;
export const ComponentInstanceVariant: (props: ComponentInstanceVariantController0Props) => React.ReactElement<ComponentInstanceVariantController0Props>;