There's an issue with types. Because the 'href' property is missing in the interface. Reproducible sample: ```ts const table = new Table(); table.push([{ content: 'Text Link', href: 'http://example.com' }]); ``` <img width="1094" alt="image" src="https://user-images.githubusercontent.com/29764053/213209656-b3d08ea2-51f0-4237-b004-704b48747325.png">