@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
182 lines • 8.67 kB
TypeScript
/**
* @deprecated since 5.3, use `wp.blockEditor.Autocomplete` instead.
*/
export const Autocomplete: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.AlignmentToolbar` instead.
*/
export const AlignmentToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockAlignmentToolbar` instead.
*/
export const BlockAlignmentToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockControls` instead.
*/
export const BlockControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockEdit` instead.
*/
export const BlockEdit: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockEditorKeyboardShortcuts` instead.
*/
export const BlockEditorKeyboardShortcuts: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockFormatControls` instead.
*/
export const BlockFormatControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockIcon` instead.
*/
export const BlockIcon: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockInspector` instead.
*/
export const BlockInspector: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockList` instead.
*/
export const BlockList: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockMover` instead.
*/
export const BlockMover: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockNavigationDropdown` instead.
*/
export const BlockNavigationDropdown: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockSelectionClearer` instead.
*/
export const BlockSelectionClearer: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockSettingsMenu` instead.
*/
export const BlockSettingsMenu: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockTitle` instead.
*/
export const BlockTitle: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.BlockToolbar` instead.
*/
export const BlockToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.ColorPalette` instead.
*/
export const ColorPalette: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.ContrastChecker` instead.
*/
export const ContrastChecker: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.CopyHandler` instead.
*/
export const CopyHandler: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.DefaultBlockAppender` instead.
*/
export const DefaultBlockAppender: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.FontSizePicker` instead.
*/
export const FontSizePicker: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.Inserter` instead.
*/
export const Inserter: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.InnerBlocks` instead.
*/
export const InnerBlocks: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.InspectorAdvancedControls` instead.
*/
export const InspectorAdvancedControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.InspectorControls` instead.
*/
export const InspectorControls: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.PanelColorSettings` instead.
*/
export const PanelColorSettings: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.PlainText` instead.
*/
export const PlainText: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.RichTextShortcut` instead.
*/
export const RichTextShortcut: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.RichTextToolbarButton` instead.
*/
export const RichTextToolbarButton: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.__unstableRichTextInputEvent` instead.
*/
export const __unstableRichTextInputEvent: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.MediaPlaceholder` instead.
*/
export const MediaPlaceholder: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.MediaUpload` instead.
*/
export const MediaUpload: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.MediaUploadCheck` instead.
*/
export const MediaUploadCheck: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.MultiSelectScrollIntoView` instead.
*/
export const MultiSelectScrollIntoView: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.NavigableToolbar` instead.
*/
export const NavigableToolbar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.ObserveTyping` instead.
*/
export const ObserveTyping: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.SkipToSelectedBlock` instead.
*/
export const SkipToSelectedBlock: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.URLInput` instead.
*/
export const URLInput: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.URLInputButton` instead.
*/
export const URLInputButton: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.URLPopover` instead.
*/
export const URLPopover: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.Warning` instead.
*/
export const Warning: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
/**
* @deprecated since 5.3, use `wp.blockEditor.WritingFlow` instead.
*/
export const WritingFlow: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export function createCustomColorsHOC(...args: any[]): any;
export function getColorClassName(...args: any[]): any;
export function getColorObjectByAttributeValues(...args: any[]): any;
export function getColorObjectByColorValue(...args: any[]): any;
export function getFontSize(...args: any[]): any;
export function getFontSizeClass(...args: any[]): any;
export function withColorContext(...args: any[]): any;
export function withColors(...args: any[]): any;
export function withFontSizes(...args: any[]): any;
/**
* @deprecated since 5.3, use `wp.blockEditor.RichText` instead.
*/
export const RichText: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
//# sourceMappingURL=deprecated.d.ts.map