Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/react-bootstrap/esm/AlertLink.d.ts

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;
Back to Directory File Manager