hollowBowtie.d.ts 187 B

123456
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type HollowBowtieOptions = Record<string, any>;
  3. /**
  4. * ▷◁
  5. */
  6. export declare const HollowBowtie: SC<HollowBowtieOptions>;