@react-page-plugins/slate-table
Version:
react-page plugin for slate table
25 lines • 694 B
TypeScript
/// <reference types="react" />
export declare const Element: ({ attributes, children, element }: {
attributes: any;
children: any;
element: any;
}) => JSX.Element;
export declare const Leaf: ({ attributes, children, leaf }: {
attributes: any;
children: any;
leaf: any;
}) => JSX.Element;
declare const _default: {
Element: ({ attributes, children, element }: {
attributes: any;
children: any;
element: any;
}) => JSX.Element;
Leaf: ({ attributes, children, leaf }: {
attributes: any;
children: any;
leaf: any;
}) => JSX.Element;
};
export default _default;
//# sourceMappingURL=EditableComponents.d.ts.map