Skip to content

Commit

Permalink
Add missing components, remove useless ones
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Oct 15, 2023
1 parent b0b1357 commit b97adc0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { SlideDown } from "./src/components/Animation/SlideDown";
// This is just to make the auto-import work.
// Next step is to add types for the props.
export {
Expand All @@ -21,7 +22,7 @@ export {
BalloonIcon,
BankCheckIcon,
BarGraphIcon,
BaseChartOptions,
BaseInput,
BellIcon,
BookmarkIcon,
BoxIcon,
Expand Down Expand Up @@ -77,7 +78,6 @@ export {
CopyIcon,
Counter,
CouponIcon,
CreditCards
CrmIcon,
CrownIcon,
Currency,
Expand Down Expand Up @@ -115,6 +115,7 @@ export {
FaceNeutralIcon,
FaceSadIcon,
FaceSmileIcon,
FadeIn,
FilterIcon,
FilterIconOld,
FlagIcon,
Expand All @@ -138,7 +139,6 @@ export {
HeaderToolbar,
HelpCenterIcon,
HiddenIcon,
HistogramOptions,
HouseIcon,
ImageIcon,
ImageUpload,
Expand Down Expand Up @@ -181,7 +181,6 @@ export {
Phone,
PhoneIcon,
PhotosIcon,
PieOptions,
PiggyBankIcon,
PinIcon,
PipeIcon,
Expand All @@ -191,6 +190,7 @@ export {
PopoverList,
PrintIcon,
ProductsIcon,
Provider,
QuestionIcon,
QuestionnaireIcon,
RangeSlider,
Expand Down Expand Up @@ -220,6 +220,7 @@ export {
ShoppingBagIcon,
Sidebar,
Skeleton,
SlideDown,
Spinner,
SplitPaymentIcon,
SquareIcon,
Expand Down Expand Up @@ -249,6 +250,7 @@ export {
UserChangedIcon,
UserIcon,
UserSubtractIcon,
ValuePopoverText,
VeteranIcon,
ViewNotesIcon,
VoucherIcon,
Expand Down

0 comments on commit b97adc0

Please sign in to comment.