UNPKG

@wordpress/components

Version:
8 lines 332 B
/// <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