@wordpress/components
Version:
UI components for WordPress.
8 lines • 332 B
TypeScript
/// <reference types="react" />
declare function Backdrop({ disabled, isFocused }: {
disabled?: boolean | undefined;
isFocused?: boolean | undefined;
}): JSX.Element;
declare const MemoizedBackdrop: import("react").MemoExoticComponent<typeof Backdrop>;
export default MemoizedBackdrop;
//# sourceMappingURL=backdrop.d.ts.map