80cc9026697a95a1ed92356089918146a0e66aee997d2d720327fdb76da0d76cf00dfc65b807d4848feab692a09f6b08fd466be9913e22e2eab0e81671ee22 334 B

123456
  1. import { PropType } from '../../core/types';
  2. import Path from '../Path';
  3. import Displayable from '../Displayable';
  4. declare type BrushType = PropType<Path, 'brush'>;
  5. export default function (orignalBrush: BrushType): (ctx: CanvasRenderingContext2D, prevEl?: Displayable<import("../Displayable").DisplayableOption>) => void;
  6. export {};