UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

46 lines (45 loc) 1.72 kB
/// <reference types="react" /> export declare const ColumnContainer: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const ColumnInner: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const ColumnControlsButtonWrap: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const HeaderButton: React.ComponentClass<React.HTMLProps<HTMLButtonElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; } & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const InsertColumnButtonWrap: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const InsertColumnMarker: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; } & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const InsertColumnButtonInner: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; } & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const ColumnLineMarker: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; } & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>;