@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
46 lines (45 loc) • 1.7 kB
TypeScript
/// <reference types="react" />
export declare const RowContainer: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const RowInner: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const RowControlsButtonWrap: 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 InsertRowButtonWrap: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const InsertRowMarker: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
} & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const InsertRowButtonInner: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
} & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const RowLineMarker: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
} & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;