UNPKG

@awsui/components-react

Version:

On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en

8 lines 478 B
import React from 'react'; import { SplitPanelContentProps } from './interfaces'; interface SplitPanelContentBottomProps extends SplitPanelContentProps { appLayoutMaxWidth: React.CSSProperties | undefined; } export declare function SplitPanelContentBottom({ baseProps, isOpen, splitPanelRef, cappedSize, header, resizeHandle, children, appLayoutMaxWidth, panelHeaderId, onToggle, }: SplitPanelContentBottomProps): JSX.Element; export {}; //# sourceMappingURL=bottom.d.ts.map