UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
7 lines (6 loc) 224 B
import { SxProps } from '@mui/material'; export declare const ExternalModalButton: ({ label, sx, url, }: { label: string; url: string; sx?: SxProps<{}> | undefined; }) => import("react/jsx-runtime").JSX.Element;