Skip to content

Commit

Permalink
fix: export DescriptionList
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Dec 16, 2024
1 parent 1201e3b commit f7180f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export { Card, CardSet } from "./Card";
export { Checkbox, CheckboxGroup } from "./Checkbox";
export { DatePicker } from "./DatePicker";
export { DateRange } from "./DateRange";
export { DescriptionDetails, DescriptionList, DescriptionTerm } from "./DescriptionList";
export { Divider } from "./Divider";
export { DropdownButton, DropdownItem, DropdownLink, DropdownMenu, DropdownText } from "./DropdownMenu";
export { FieldLabel, HelpText, RequirementText } from "./FieldLabel";
Expand Down

0 comments on commit f7180f4

Please sign in to comment.