UNPKG

tandem-front-end

Version:

Visual editor for web components

11 lines (7 loc) 168 B
import * as React from "react"; type TextProps = { text?: string; } & React.HTMLAttributes<any>; type ElementProps = { ref?: any; } & React.HTMLAttributes<any>;