UNPKG

@devopness/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

11 lines (10 loc) 347 B
/** * A component that renders a structured skeleton UI for the ViewDetails component. * * Includes placeholders for title, paragraphs, a separator line, and buttons. * * @example * <ViewDetailsLoading ariaLabel="loading" /> */ declare const ViewDetailsLoading: () => import("react/jsx-runtime").JSX.Element; export { ViewDetailsLoading };