UNPKG

@prisma-cms/front-editor

Version:
6 lines (5 loc) 158 B
import { HtmlTagProps, HtmlTagState } from './HtmlTag'; export interface TagProps extends HtmlTagProps { } export interface TagState extends HtmlTagState { }