@itwin/itwinui-react
Version:
A react component library for iTwinUI
11 lines (10 loc) • 369 B
TypeScript
/**
* InformationPanelWrapper should contain the `InformationPanel`
* and the component over which the panel will overlay.
* @example
* <InformationPanelWrapper>
* <Table ... />
* <InformationPanel ... />
* </InformationPanelWrapper>
*/
export declare const InformationPanelWrapper: import("../../utils/props.js").PolymorphicForwardRefComponent<"div", {}>;