UNPKG

strapi-plugin-comments

Version:
8 lines (7 loc) 175 B
import React from 'react'; type RenderIfProps = { children: React.ReactNode; condition: boolean; }; export declare const RenderIf: React.FC<RenderIfProps>; export {};