hashbrown

TagNameRegistry

API

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