UNPKG

tandem-front-end

Version:

Visual editor for web components

12 lines (8 loc) 226 B
import * as React from "react"; import {_97a34b151010442Props} from "../dev/comments.pc"; type TextProps = { text?: string; } & React.HTMLAttributes<any>; type ElementProps = { ref?: any; } & React.HTMLAttributes<any>;