@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
10 lines • 569 B
TypeScript
import React from 'react';
import { ButtonProps } from '../button/interfaces';
import { SplitPanelContentProps } from './interfaces';
interface SplitPanelContentSideProps extends SplitPanelContentProps {
openButtonAriaLabel?: string;
toggleRef: React.RefObject<ButtonProps.Ref>;
}
export declare function SplitPanelContentSide({ style, baseProps, splitPanelRef, toggleRef, header, children, resizeHandle, isOpen, cappedSize, openButtonAriaLabel, panelHeaderId, onToggle, }: SplitPanelContentSideProps): JSX.Element;
export {};
//# sourceMappingURL=side.d.ts.map