UNPKG

quill-react-commercial

Version:
16 lines (13 loc) 306 B
declare module '*.svg' { const content: string; export default content; } declare module '*.png' { const content: string; export default content; } declare module '*.jpg' { const content: string; export default content; } declare function showTitle(target: HTMLElement, title: string): void;