UNPKG

razor-shared-library

Version:
4 lines (3 loc) 213 B
import { PropsWithChildren, ReactElement } from 'react'; import { BadgeProps } from '@mui/material/Badge'; export declare function BadgeCustom({ children, ...props }: PropsWithChildren<BadgeProps>): ReactElement;