API
type TagNameRegistry = {
[tagName: string]: {
props: Record <
string,
s.HashbrownType
>;
component: Type <object>;
};
};
type TagNameRegistry = {
[tagName: string]: {
props: Record <
string,
s.HashbrownType
>;
component: Type <object>;
};
};