@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
33 lines (32 loc) • 1.26 kB
TypeScript
/// <reference types="react" />
export declare const Container: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Content: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
} & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Footer: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const FooterActions: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const IconButton: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Toolbar: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const SecondaryToolbar: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;