Markupless Documentation - v0.4.3
    Preparing search index...

    Type Alias TextFactory

    TextFactory: {
        (text: string): TextElement;
        (text: State<string | number>): TextElement;
        (attributes: Record<string, any>, text: string): TextElement;
        (...args: MagicArg[]): TextElement;
    }

    Type Declaration