-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix: export own and element props separately (#76)
* fix: export own and element props separately * fix: additional find and replace T to TElement edits
1 parent
05a9966
commit f6f02ef
Showing
80 changed files
with
709 additions
and
402 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
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
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
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
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
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,7 +1,7 @@ | ||
export type { AlertProps } from '@/components/alert/Alert' | ||
export type { AlertBodyProps } from '@/components/alert/AlertBody' | ||
export type { AlertHeadingProps } from '@/components/alert/AlertHeading' | ||
export type { AlertItemProps } from '@/components/alert/AlertItem' | ||
export type { AlertListProps } from '@/components/alert/AlertList' | ||
export type * from '@/components/alert/Alert' | ||
export type * from '@/components/alert/AlertBody' | ||
export type * from '@/components/alert/AlertHeading' | ||
export type * from '@/components/alert/AlertItem' | ||
export type * from '@/components/alert/AlertList' | ||
|
||
export { default as Alert } from '@/components/alert/Alert' |
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
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
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
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
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
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,7 +1,7 @@ | ||
export type { AvatarProps } from '@/components/avatar/Avatar' | ||
export type { AvatarGroupProps } from '@/components/avatar/AvatarGroup' | ||
export type { AvatarIconProps } from '@/components/avatar/AvatarIcon' | ||
export type { AvatarImageProps } from '@/components/avatar/AvatarImage' | ||
export type { AvatarNotificationProps } from '@/components/avatar/AvatarNotification' | ||
export type * from '@/components/avatar/Avatar' | ||
export type * from '@/components/avatar/AvatarGroup' | ||
export type * from '@/components/avatar/AvatarIcon' | ||
export type * from '@/components/avatar/AvatarImage' | ||
export type * from '@/components/avatar/AvatarNotification' | ||
|
||
export { default as Avatar } from '@/components/avatar/Avatar' |
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
Oops, something went wrong.