Files
NativeScript/nativescript-core/text/formatted-string.d.ts
2020-01-17 15:12:28 +02:00

6 lines
212 B
TypeScript

/**
* Contains the FormattedString and Span classes, which are used to create a formatted (rich text) strings.
* @module "text/formatted-string"
*/ /** */
export * from "../ui/text-base/formatted-string";