hashbrown

ComponentFallbackProps

API

export type ComponentFallbackProps = {
  tag: string;
  partialProps?:  Record <
    string,
     JsonResolvedValue 
  >;
};