UNPKG

@useloops/design-system

Version:

The official React based Loops design system

8 lines (5 loc) 162 B
import { LinkProps } from '@mui/material'; interface StyledLinkProps extends LinkProps { disabled?: boolean | undefined; } export type { StyledLinkProps };