UNPKG

@mantine/tiptap

Version:

Rich text editor based on tiptap

41 lines (40 loc) 3.67 kB
interface IconProps extends React.ComponentPropsWithoutRef<'svg'> { } export declare function IconBase(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconBold(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconItalic(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconUnderline(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconStrikethrough(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconClearFormatting(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconH1(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconH2(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconH3(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconH4(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconH5(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconH6(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconList(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconListNumbers(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconUnlink(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconBlockquote(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconAlignLeft(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconAlignRight(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconAlignCenter(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconAlignJustified(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconSubscript(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconSuperscript(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconCode(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconHighlight(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconLineDashed(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconCircleOff(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconColorPicker(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconX(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconPalette(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconCheck(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconLink(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconExternalLink(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconArrowBackUp(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconArrowForwardUp(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconListCheck(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconIndentIncrease(props: IconProps): import("react/jsx-runtime").JSX.Element; export declare function IconIndentDecrease(props: IconProps): import("react/jsx-runtime").JSX.Element; export {};