@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
25 lines (24 loc) • 1.31 kB
TypeScript
export declare const akEditorCodeFontFamily: string;
export declare const akEditorInactiveForeground: string;
export declare const akEditorFocus: string;
export declare const akEditorSubtleAccent: string;
export declare const akEditorActiveBackground: string;
export declare const akEditorActiveForeground: string;
export declare const akEditorBlockquoteBorderColor: string;
export declare const akEditorDropdownActiveBackground: string;
export declare const akEditorPopupBackground: string;
export declare const akEditorPopupText: string;
export declare const akEditorPrimaryButton: string;
export declare const akEditorCodeBackground: string;
export declare const akEditorCodeBlockPadding = "12px";
export declare const akEditorCodeInlinePadding = "2px 4px";
export declare const akEditorFloatingPanelZIndex: number;
export declare const akEditorMentionSelected: string;
export declare const akEditorTableToolbarSize = 12;
export declare const akEditorTableBorder: string;
export declare const akEditorTableToolbar: string;
export declare const akEditorTableFloatingControls: string;
export declare const akEditorTableCellSelected: string;
export declare const akEditorTableToolbarSelected: string;
export declare const akEditorTableBorderSelected: string;
export declare const akEditorTableBorderRadius = "3px";