@state-less/leap-frontend
Version:
A collection of open source fullstack services powered by React Server
33 lines (32 loc) • 1.01 kB
TypeScript
export declare const PostActions: ({ component, edit, setEdit, draft: _ }: {
component: any;
edit: any;
setEdit: any;
draft: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const SaveButton: ({ component, title, edit, setEdit }: {
component: any;
title: any;
edit: any;
setEdit: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const AnswerActions: ({ component, edit, setEdit, draft, ssr }: {
component: any;
edit: any;
setEdit: any;
draft: any;
ssr: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const OwnerChip: ({ owner, sx }: {
owner: any;
sx?: {} | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const ContentEditor: ({ component, body, setBody, edit, loading, draft: _, setEdit: __, }: {
component: any;
body: any;
setBody: any;
edit: any;
loading: any;
draft: any;
setEdit: any;
}) => import("react/jsx-runtime").JSX.Element;