@state-less/leap-frontend
Version:
A collection of open source fullstack services powered by React Server
11 lines (10 loc) • 397 B
TypeScript
export declare const CommunityComments: ({ id, title, ssr, }: {
id?: string | undefined;
title?: string | undefined;
ssr?: boolean | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Comments: ({ id, title, ssr, }: {
id?: string | undefined;
title?: string | undefined;
ssr?: boolean | undefined;
}) => import("react/jsx-runtime").JSX.Element;