@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
62 lines (61 loc) • 2.47 kB
TypeScript
/// <reference types="react" />
export declare const Container: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Wrapper: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Dialog: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Header: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const IconWrapper: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const ContentWrapper: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Line: 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;
}>;
export declare const ColumnLeft: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const ColumnRight: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Row: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const Title: React.ComponentClass<React.HTMLProps<HTMLDivElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const CodeSm: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const CodeMd: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;
export declare const CodeLg: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & {
theme?: any;
innerRef?: ((instance: any) => void) | undefined;
}>;