UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
7 lines (6 loc) 198 B
import type { BoxProps } from '@mui/material'; type Props = { sx?: BoxProps['sx']; }; export declare const CircularLoader: ({ sx }: Props) => import("react/jsx-runtime").JSX.Element; export {};