@mantine/tiptap
Version:
Rich text editor based on tiptap
125 lines (124 loc) • 5.81 kB
TypeScript
export declare const BoldControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const ItalicControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const UnderlineControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const StrikeThroughControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const ClearFormattingControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const UnlinkControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const BulletListControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const OrderedListControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const H1Control: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const H2Control: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const H3Control: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const H4Control: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const H5Control: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const H6Control: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const BlockquoteControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const AlignLeftControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const AlignRightControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const AlignCenterControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const AlignJustifyControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const SubscriptControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const SuperscriptControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const CodeControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const CodeBlockControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const HighlightControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const HrControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const UnsetColorControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const UndoControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const RedoControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const TaskListControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const TaskListSinkControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export declare const TaskListLiftControl: {
(props: import("./RichTextEditorControl").RichTextEditorControlBaseProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};