-
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(components): export components types (#434)
fix #433
- Loading branch information
Rafael Barros
authored
Nov 17, 2022
1 parent
3638b05
commit 45ea65a
Showing
16 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export * from './Accordion'; | ||
export type { AccordionPanelProps } from './AccordionPanel'; | ||
export type { AccordionTitleProps } from './AccordionTitle'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export * from './Avatar'; | ||
export type { AvatarGroupProps } from './AvatarGroup'; | ||
export type { AvatarGroupdCounterProps } from './AvatarGroupCounter'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './Breadcrumb'; | ||
export type { BreadcrumbItemProps } from './BreadcrumbItem'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export * from './ButtonGroup'; | ||
export { default } from './ButtonGroup'; | ||
export type { ButtonGroupProps, PositionInButtonGroup } from './ButtonGroup'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './Dropdown'; | ||
export type { DropdownItemProps } from './DropdownItem'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './Floating'; | ||
export type { FloatingProps } from './Floating'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
export * from './Footer'; | ||
export type { FooterBrandProps } from './FooterBrand'; | ||
export type { CopyrightProps as FooterCopyrightProps } from './FooterCopyright'; | ||
export type { FooterIconProps } from './FooterIcon'; | ||
export type { FooterLinkProps } from './FooterLink'; | ||
export type { FooterLinkGroupProps } from './FooterLinkGroup'; | ||
export type { FooterTitleProps } from './FooterTitle'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './ListGroup'; | ||
export type { ListGroupItemProps } from './ListGroupItem'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
export * from './Modal'; | ||
export type { ModalBodyProps } from './ModalBody'; | ||
export type { ModalFooterProps } from './ModalFooter'; | ||
export type { ModalHeaderProps } from './ModalHeader'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
export * from './Navbar'; | ||
export type { NavbarBrandProps } from './NavbarBrand'; | ||
export type { NavbarCollapseProps } from './NavbarCollapse'; | ||
export type { NavbarLinkProps } from './NavbarLink'; | ||
export type { NavbarToggleProps } from './NavbarToggle'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './Pagination'; | ||
export type { PaginationButtonProps } from './PaginationButton'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export * from './Rating'; | ||
export type { RatingAdvancedProps } from './RatingAdvanced'; | ||
export type { RatingStarProps } from './RatingStar'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
export * from './Sidebar'; | ||
export type { SidebarCollapseProps } from './SidebarCollapse'; | ||
export type { SidebarCTAProps } from './SidebarCTA'; | ||
export type { SidebarItemProps } from './SidebarItem'; | ||
export type { SidebarLogoProps } from './SidebarLogo'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export type { TabItemProps } from './TabItem'; | ||
export * from './Tabs'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
export * from './Table'; | ||
export type { TableBodyProps } from './TableBody'; | ||
export type { TableCellProps } from './TableCell'; | ||
export type { TableHeadProps } from './TableHead'; | ||
export type { TableHeadCellProps } from './TableHeadCell'; | ||
export type { TableRowProps } from './TableRow'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
export * from './Timeline'; | ||
export type { TimelineBodyProps } from './TimelineBody'; | ||
export type { TimelineContentProps } from './TimelineContent'; | ||
export type { TimelineItemProps } from './TimelineItem'; | ||
export type { TimelineTimeProps } from './TimelineTime'; | ||
export type { TimelineTitleProps } from './TimelineTitle'; |