Type Alias TwingBaseTextNodeAttributes

TwingBaseTextNodeAttributes: TwingBaseNodeAttributes & {
    data: string;
}