UNPKG

quill-component-library

Version:
11 lines (9 loc) 249 B
// declaration.d.ts declare module '*.scss' { const content: {[className: string]: string}; export = content; } declare module 'draft-js-richbuttons-plugin' { const createRichButtonsPlugin: Function; export = createRichButtonsPlugin; }