@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
12 lines • 602 B
TypeScript
import React from 'react';
import { DragHandleProps } from '../../internal/components/drag-handle';
import { OptionWithVisibility } from './utils';
export declare const getClassName: (suffix?: string) => string;
interface ContentDisplayOptionProps {
dragHandleProps: DragHandleProps;
onToggle?: (option: OptionWithVisibility) => void;
option: OptionWithVisibility;
}
declare const ContentDisplayOption: React.ForwardRefExoticComponent<ContentDisplayOptionProps & React.RefAttributes<HTMLDivElement>>;
export default ContentDisplayOption;
//# sourceMappingURL=content-display-option.d.ts.map