Since component shadowing will be the primary way for customizing a theme, we should provide a mechanism for theme authors to trivially document the components that can be shadowed. For an MVP we can require that propTypes are specified and use that to create a list of components and a table of the props they accept and the type.
Since component shadowing will be the primary way for customizing a theme, we should provide a mechanism for theme authors to trivially document the components that can be shadowed. For an MVP we can require that
propTypes
are specified and use that to create a list of components and a table of the props they accept and the type.