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

import * as React from 'react';
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface AlertHeadingProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
}
declare const AlertHeading: BsPrefixRefForwardingComponent<'div', AlertHeadingProps>;
export default AlertHeading;
Back to Directory File Manager