UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

8 lines (7 loc) 255 B
import { FC } from "react"; import { LinkProps } from "../../Link/Link"; export interface AlertBannerLinkProps extends LinkProps { marginLeft?: boolean; } declare const AlertBannerLink: FC<AlertBannerLinkProps>; export default AlertBannerLink;