UNPKG

strapi-plugin-comments

Version:
7 lines (6 loc) 241 B
interface WysiwygFooterProps { onToggleExpand: () => void; } declare const WysiwygFooter: ({ onToggleExpand }: WysiwygFooterProps) => import("react/jsx-runtime").JSX.Element; export { WysiwygFooter }; export type { WysiwygFooterProps };