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

16 lines 880 B
import React from 'react'; import { AppLayoutPropsWithDefaults } from '../../interfaces'; interface SkeletonLayoutProps extends Pick<AppLayoutPropsWithDefaults, 'notifications' | 'headerVariant' | 'contentHeader' | 'content' | 'contentType' | 'maxContentWidth' | 'disableContentPaddings' | 'navigation' | 'navigationOpen' | 'navigationWidth' | 'tools' | 'toolsOpen' | 'toolsWidth' | 'placement'> { style?: React.CSSProperties; toolbar?: React.ReactNode; splitPanelOpen?: boolean; sideSplitPanel?: React.ReactNode; bottomSplitPanel?: React.ReactNode; globalTools?: React.ReactNode; globalToolsOpen?: boolean; navigationAnimationDisabled?: boolean; isNested?: boolean; } export declare const SkeletonLayout: React.ForwardRefExoticComponent<SkeletonLayoutProps & React.RefAttributes<HTMLDivElement>>; export {}; //# sourceMappingURL=index.d.ts.map