text.d.ts 192 B

123
  1. import type { ParsedTextStyleProps } from '../display-objects/Text';
  2. export declare function toFontString(attributes: Partial<ParsedTextStyleProps>): string;
  3. //# sourceMappingURL=text.d.ts.map