UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

10 lines (9 loc) 302 B
import type { PolymorphicForwardRefComponent } from '../../utils/index.js'; export type BackdropProps = { /** * Flag whether backdrop should be shown. * @default true */ isVisible?: boolean; }; export declare const Backdrop: PolymorphicForwardRefComponent<"div", BackdropProps>;