react-magma icon indicating copy to clipboard operation
react-magma copied to clipboard

IconButtonProps not being auto-generated

Open rcgillet opened this issue 5 years ago • 2 comments

Describe the bug The props table on the IconButton docs page is not being auto-generated. This is because typedoc does not generate the type data if Omit is used on a type. It is currently in their todo list for the next version. For now we will use a manually generated props table.

https://github.com/TypeStrong/typedoc/issues/1094

rcgillet avatar Dec 16 '20 14:12 rcgillet

List of components affected: Combobox DropdownButton IconButton IndeterminateCheckbox Input NavTabs NavTab Select

rcgillet avatar Dec 16 '20 15:12 rcgillet

relates to #815. Review after this is complete

jwad03 avatar Oct 06 '23 15:10 jwad03