UNPKG

@devopness/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

9 lines (8 loc) 412 B
import { PropsWithChildren } from 'react'; type LoadStarshipProps = { /** If true, the loader covers the full window */ isFullContainer?: boolean; }; declare const LoadStarshipMemo: import('react').MemoExoticComponent<({ isFullContainer, }: PropsWithChildren<LoadStarshipProps>) => import("react/jsx-runtime").JSX.Element>; export { LoadStarshipMemo as LoadStarship }; export type { LoadStarshipProps };