Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export InputGroupText #6737

Open
auipga opened this issue Dec 12, 2023 · 0 comments
Open

export InputGroupText #6737

auipga opened this issue Dec 12, 2023 · 0 comments

Comments

@auipga
Copy link
Contributor

auipga commented Dec 12, 2023

Like #6731

Here is the diff that solved my problem:

diff --git a/node_modules/react-bootstrap/esm/index.d.ts b/node_modules/react-bootstrap/esm/index.d.ts
index 084423d..f75683f 100644
--- a/node_modules/react-bootstrap/esm/index.d.ts
+++ b/node_modules/react-bootstrap/esm/index.d.ts
@@ -5,6 +5,8 @@ export { default as AccordionCollapse } from './AccordionCollapse';
 export type { AccordionCollapseProps } from './AccordionCollapse';
 export { default as AccordionButton, useAccordionButton, } from './AccordionButton';
 export type { AccordionButtonProps } from './AccordionButton';
+export { default as AccordionBody } from './AccordionBody';
+export type { AccordionBodyProps } from './AccordionBody';
 export { default as AccordionHeader } from './AccordionHeader';
 export type { AccordionHeaderProps } from './AccordionHeader';
 export { default as AccordionItem } from './AccordionItem';
@@ -109,6 +111,8 @@ export { default as Image } from './Image';
 export type { ImageProps } from './Image';
 export { default as InputGroup } from './InputGroup';
 export type { InputGroupProps } from './InputGroup';
+export { default as InputGroupText } from './InputGroupText';
+export type { InputGroupTextProps } from './InputGroupText';
 export { default as ListGroup } from './ListGroup';
 export type { ListGroupProps } from './ListGroup';
 export { default as ListGroupItem } from './ListGroupItem';

This issue body was partially generated by patch-package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant