UNPKG

@react-page-plugins/slate-table

Version:
33 lines 1.08 kB
/// <reference types="react" /> export declare const BlockButton: ({ format, icon }: { format: any; icon: any; }) => JSX.Element; export declare const MarkButton: ({ format, icon }: { format: any; icon: any; }) => JSX.Element; export declare const AddRowBottom: () => JSX.Element; export declare const AddRowTop: () => JSX.Element; export declare const AddColumnLeft: () => JSX.Element; export declare const AddColumnRight: () => JSX.Element; export declare const RemoveColumn: () => JSX.Element; export declare const RemoveRow: () => JSX.Element; declare const _default: { BlockButton: ({ format, icon }: { format: any; icon: any; }) => JSX.Element; MarkButton: ({ format, icon }: { format: any; icon: any; }) => JSX.Element; AddRowBottom: () => JSX.Element; AddRowTop: () => JSX.Element; AddColumnLeft: () => JSX.Element; AddColumnRight: () => JSX.Element; RemoveColumn: () => JSX.Element; RemoveRow: () => JSX.Element; }; export default _default; //# sourceMappingURL=MenuComponents.d.ts.map