UNPKG

react-design-editor

Version:

Design Editor Tools with React.js + ant.design + fabric.js

6 lines 617 B
export { default as AbstractHandler } from './AbstractHandler'; export { default as CustomHandler } from './CustomHandler'; export { default as Handler } from './Handler'; export type { BlendColorFilter, BlendImageFilter, capitalize, ColorMatrixFilter, FILTER_TYPES, GammaFilter, GradientTransparencyFilter, GrayscaleModeType, HueRotationFilter, IFilter, MaskFilter, MultiplyFilter, RemoveColorFilter, RemoveWhiteFilter, ResizeFilter, ResizeType, TintFilter, ValuesOf, } from './ImageHandler'; export type { LayoutDirection, LayoutOptions, LayoutType } from './LayoutHandler'; //# sourceMappingURL=index.d.ts.map