UNPKG

@blocklet/ui-react

Version:

Some useful front-end web components that can be used in Blocklets.

5 lines (4 loc) 190 B
export default function withHideWhenEmbed<T extends object>(Component: React.ComponentType<T>): { (props: T): import("react/jsx-runtime").JSX.Element | null; displayName: string; };