UNPKG

@desci-labs/frontend-components

Version:

A library for commonly used components on the DeSci Frontend web apps

6 lines 232 B
import { PropsWithChildren } from 'react'; declare const RenderIf: (props: PropsWithChildren<{ flag: boolean; }>) => import("react/jsx-runtime").JSX.Element | null; export default RenderIf; //# sourceMappingURL=RenderIf.d.ts.map