UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
7 lines (6 loc) 217 B
import { SxProps } from '@mui/material'; export type InfoTextProps = { label: string; sx?: SxProps; }; export declare const InfoText: ({ label, sx }: InfoTextProps) => import("react/jsx-runtime").JSX.Element;