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