hollow.d.ts 244 B

123456
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type HollowOptions = Record<string, any>;
  3. /**
  4. * Render rect in different coordinate and using color channel for stroke attribute.
  5. */
  6. export declare const Hollow: SC<HollowOptions>;