Adding typescript types to widget. Not sure which of these props are required or optional so I took my best guess. In case you're not familiar with TypeScript, the question mark after the prop name indicates that it's an optional parameter and isn't required to be passed.
Adding typescript types to widget. Not sure which of these props are required or optional so I took my best guess. In case you're not familiar with TypeScript, the question mark after the prop name indicates that it's an optional parameter and isn't required to be passed.