UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
9 lines (8 loc) 260 B
/// <reference types="react" /> import type { SxProps } from '@mui/system'; interface Props { children: React.ReactNode; sx?: SxProps; } export declare const ModalHeader: ({ children, sx }: Props) => import("react/jsx-runtime").JSX.Element; export {};