hollow.d.ts 181 B

12345678
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type PathOptions = {
  3. [key: string]: any;
  4. };
  5. /**
  6. * A hollow path.
  7. */
  8. export declare const Hollow: SC<PathOptions>;