text.d.ts 197 B

123456
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type TextOptions = Record<string, any>;
  3. /**
  4. * todo autoRotate when in polar coordinate
  5. */
  6. export declare const Text: SC<TextOptions>;