UNPKG

wix-style-react

Version:
8 lines (6 loc) 213 B
import { StatusIndications } from '../common'; export interface RichTextToolbarPrivateUniDriver { clickLinkButton: () => void; insertUrl: (value: string) => void; // TODO: strongly type remaining methods }