📄 AlertLink.d.ts
/home/palash/git/site/node_modules/react-bootstrap/esm/AlertLink.d.ts
Language: ts • Lines: 6
import * as React from 'react';
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface AlertLinkProps extends BsPrefixProps, React.AnchorHTMLAttributes<HTMLElement> {
}
declare const AlertLink: BsPrefixRefForwardingComponent<'a', AlertLinkProps>;
export default AlertLink;