UNPKG

315 BTypeScriptView Raw
1import * as React from 'react';
2import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface AlertLinkProps extends BsPrefixProps, React.AnchorHTMLAttributes<HTMLElement> {
4}
5declare const AlertLink: BsPrefixRefForwardingComponent<'a', AlertLinkProps>;
6export default AlertLink;