@bloom-housing/ui-components 13.0.0 → 13.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/dist/src/actions/Button.d.ts +2 -2
  2. package/dist/src/actions/Button.stories.d.ts +16 -15
  3. package/dist/src/actions/ButtonGroup.d.ts +2 -2
  4. package/dist/src/actions/ButtonGroup.stories.d.ts +7 -6
  5. package/dist/src/actions/ExpandableContent.d.ts +1 -1
  6. package/dist/src/actions/ExpandableContent.stories.d.ts +3 -2
  7. package/dist/src/actions/ExpandableText.d.ts +2 -1
  8. package/dist/src/actions/ExpandableText.stories.d.ts +7 -6
  9. package/dist/src/actions/LinkButton.d.ts +2 -1
  10. package/dist/src/actions/LinkButton.stories.d.ts +9 -8
  11. package/dist/src/actions/LocalizedLink.d.ts +2 -2
  12. package/dist/src/actions/Video.d.ts +2 -1
  13. package/dist/src/blocks/ActionBlock.d.ts +1 -1
  14. package/dist/src/blocks/ActionBlock.stories.d.ts +8 -7
  15. package/dist/src/blocks/Card.d.ts +7 -7
  16. package/dist/src/blocks/Card.stories.d.ts +5 -4
  17. package/dist/src/blocks/DashBlock.d.ts +1 -1
  18. package/dist/src/blocks/DashBlocks.d.ts +1 -1
  19. package/dist/src/blocks/DashBlocks.stories.d.ts +2 -1
  20. package/dist/src/blocks/FormCard.d.ts +1 -1
  21. package/dist/src/blocks/FormCard.stories.d.ts +3 -2
  22. package/dist/src/blocks/HousingCounselor.d.ts +2 -1
  23. package/dist/src/blocks/HousingCounselor.stories.d.ts +4 -3
  24. package/dist/src/blocks/ImageCard.d.ts +2 -1
  25. package/dist/src/blocks/ImageCard.js +5 -1
  26. package/dist/src/blocks/ImageCard.js.map +1 -1
  27. package/dist/src/blocks/ImageCard.stories.d.ts +18 -17
  28. package/dist/src/blocks/InfoCard.d.ts +1 -1
  29. package/dist/src/blocks/InfoCard.stories.d.ts +6 -5
  30. package/dist/src/blocks/MediaCard.d.ts +2 -1
  31. package/dist/src/blocks/MediaCard.stories.d.ts +5 -4
  32. package/dist/src/blocks/StandardCard.d.ts +1 -1
  33. package/dist/src/blocks/StandardCard.stories.d.ts +6 -5
  34. package/dist/src/blocks/StatusBar.d.ts +1 -1
  35. package/dist/src/blocks/StatusBar.stories.d.ts +4 -3
  36. package/dist/src/blocks/StatusItem.d.ts +2 -1
  37. package/dist/src/blocks/StatusItem.stories.d.ts +3 -2
  38. package/dist/src/blocks/Tooltip.d.ts +1 -1
  39. package/dist/src/blocks/ViewItem.d.ts +1 -1
  40. package/dist/src/blocks/ViewItem.stories.d.ts +5 -4
  41. package/dist/src/documentation/Utilities.d.ts +2 -1
  42. package/dist/src/footers/ExygyFooter.d.ts +2 -1
  43. package/dist/src/footers/SiteFooter.d.ts +1 -1
  44. package/dist/src/footers/SiteFooter.stories.d.ts +7 -6
  45. package/dist/src/forms/DOBField.d.ts +1 -1
  46. package/dist/src/forms/DOBField.stories.d.ts +3 -2
  47. package/dist/src/forms/DateField.d.ts +1 -1
  48. package/dist/src/forms/DateField.stories.d.ts +3 -2
  49. package/dist/src/forms/Dropzone.d.ts +1 -1
  50. package/dist/src/forms/Dropzone.stories.d.ts +4 -3
  51. package/dist/src/forms/Field.d.ts +4 -4
  52. package/dist/src/forms/Field.stories.d.ts +12 -11
  53. package/dist/src/forms/FieldGroup.d.ts +1 -1
  54. package/dist/src/forms/FieldGroup.stories.d.ts +6 -5
  55. package/dist/src/forms/Form.d.ts +1 -1
  56. package/dist/src/forms/HouseholdMemberForm.d.ts +2 -1
  57. package/dist/src/forms/HouseholdMemberForm.stories.d.ts +4 -3
  58. package/dist/src/forms/HouseholdSizeField.d.ts +2 -1
  59. package/dist/src/forms/HouseholdSizeField.stories.d.ts +3 -2
  60. package/dist/src/forms/MultiSelectField.d.ts +1 -1
  61. package/dist/src/forms/MultiSelectField.stories.d.ts +5 -4
  62. package/dist/src/forms/MultiSelectField.stories.js.map +1 -1
  63. package/dist/src/forms/PhoneField.d.ts +2 -2
  64. package/dist/src/forms/Select.d.ts +1 -1
  65. package/dist/src/forms/Textarea.d.ts +1 -1
  66. package/dist/src/forms/Textarea.stories.d.ts +9 -8
  67. package/dist/src/forms/TimeField.d.ts +1 -1
  68. package/dist/src/forms/TimeField.stories.d.ts +4 -3
  69. package/dist/src/forms/checkbox.stories.d.ts +3 -2
  70. package/dist/src/forms/checkbox.stories.js.map +1 -1
  71. package/dist/src/forms/radio.stories.d.ts +3 -2
  72. package/dist/src/forms/radio.stories.js.map +1 -1
  73. package/dist/src/headers/HeadingGroup.d.ts +1 -1
  74. package/dist/src/headers/HeadingGroup.stories.d.ts +3 -2
  75. package/dist/src/headers/Hero.d.ts +1 -1
  76. package/dist/src/headers/Hero.stories.d.ts +7 -6
  77. package/dist/src/headers/PageHeader.d.ts +1 -1
  78. package/dist/src/headers/PageHeader.stories.d.ts +7 -6
  79. package/dist/src/headers/SiteHeader.d.ts +1 -1
  80. package/dist/src/headers/SiteHeader.js.map +1 -1
  81. package/dist/src/headers/SiteHeader.stories.d.ts +20 -19
  82. package/dist/src/headers/StepHeader.d.ts +2 -1
  83. package/dist/src/headers/StepHeader.js.map +1 -1
  84. package/dist/src/headers/StepHeader.stories.d.ts +5 -4
  85. package/dist/src/helpers/MultiLineAddress.d.ts +2 -1
  86. package/dist/src/helpers/MultiLineAddress.stories.d.ts +6 -5
  87. package/dist/src/helpers/OneLineAddress.d.ts +2 -1
  88. package/dist/src/helpers/OneLineAddress.stories.d.ts +6 -5
  89. package/dist/src/helpers/formOptions.d.ts +2 -1
  90. package/dist/src/helpers/preferences.d.ts +2 -1
  91. package/dist/src/helpers/useFallbackImage.d.ts +2 -2
  92. package/dist/src/icons/FontAwesome.stories.d.ts +5 -4
  93. package/dist/src/icons/HeaderBadge.d.ts +2 -1
  94. package/dist/src/icons/HeaderBadge.stories.d.ts +2 -1
  95. package/dist/src/icons/Icon.d.ts +63 -62
  96. package/dist/src/icons/Icon.stories.d.ts +61 -60
  97. package/dist/src/icons/Icons.d.ts +62 -61
  98. package/dist/src/lists/NumberedList.stories.d.ts +2 -1
  99. package/dist/src/lists/PreferencesList.d.ts +2 -1
  100. package/dist/src/lists/PreferencesList.stories.d.ts +3 -2
  101. package/dist/src/navigation/Breadcrumbs.d.ts +2 -2
  102. package/dist/src/navigation/Breadcrumbs.stories.d.ts +3 -2
  103. package/dist/src/navigation/FooterNav.d.ts +1 -1
  104. package/dist/src/navigation/LanguageNav.d.ts +2 -1
  105. package/dist/src/navigation/LanguageNav.stories.d.ts +3 -2
  106. package/dist/src/navigation/ProgressNav.d.ts +2 -1
  107. package/dist/src/navigation/ProgressNav.stories.d.ts +4 -3
  108. package/dist/src/navigation/SideNav.d.ts +2 -1
  109. package/dist/src/navigation/SideNav.stories.d.ts +6 -5
  110. package/dist/src/navigation/TabNav.d.ts +2 -2
  111. package/dist/src/navigation/TabNav.stories.d.ts +4 -3
  112. package/dist/src/navigation/Tabs.stories.d.ts +3 -2
  113. package/dist/src/notifications/AlertBox.d.ts +2 -1
  114. package/dist/src/notifications/AlertBox.stories.d.ts +15 -14
  115. package/dist/src/notifications/AlertNotice.d.ts +2 -1
  116. package/dist/src/notifications/AlertNotice.stories.d.ts +8 -7
  117. package/dist/src/notifications/ApplicationStatus.d.ts +2 -1
  118. package/dist/src/notifications/ApplicationStatus.stories.d.ts +17 -16
  119. package/dist/src/notifications/ErrorMessage.d.ts +1 -1
  120. package/dist/src/notifications/SiteAlert.d.ts +2 -1
  121. package/dist/src/notifications/StatusAside.d.ts +1 -1
  122. package/dist/src/notifications/StatusAside.stories.d.ts +4 -3
  123. package/dist/src/notifications/StatusMessage.d.ts +2 -2
  124. package/dist/src/notifications/StatusMessage.stories.d.ts +4 -3
  125. package/dist/src/overlays/Drawer.d.ts +1 -1
  126. package/dist/src/overlays/Drawer.stories.d.ts +6 -5
  127. package/dist/src/overlays/LoadingOverlay.d.ts +1 -1
  128. package/dist/src/overlays/LoadingOverlay.stories.d.ts +3 -2
  129. package/dist/src/overlays/Modal.d.ts +1 -1
  130. package/dist/src/overlays/Modal.stories.d.ts +9 -8
  131. package/dist/src/page_components/ApplicationTimeline.d.ts +2 -1
  132. package/dist/src/page_components/NavigationHeader.d.ts +1 -1
  133. package/dist/src/page_components/forgot-password/FormForgotPassword.d.ts +2 -1
  134. package/dist/src/page_components/listing/AdditionalFees.d.ts +1 -1
  135. package/dist/src/page_components/listing/AdditionalFees.stories.d.ts +10 -9
  136. package/dist/src/page_components/listing/ContentAccordion.d.ts +1 -1
  137. package/dist/src/page_components/listing/ContentAccordion.stories.d.ts +7 -6
  138. package/dist/src/page_components/listing/ListingCard.d.ts +1 -1
  139. package/dist/src/page_components/listing/ListingCard.stories.d.ts +16 -15
  140. package/dist/src/page_components/listing/ListingDetailHeader.d.ts +1 -1
  141. package/dist/src/page_components/listing/ListingDetailHeader.stories.d.ts +2 -1
  142. package/dist/src/page_components/listing/ListingDetails.d.ts +3 -2
  143. package/dist/src/page_components/listing/ListingMap.d.ts +2 -1
  144. package/dist/src/page_components/listing/ListingMap.stories.d.ts +2 -1
  145. package/dist/src/page_components/listing/ListingsGroup.d.ts +1 -1
  146. package/dist/src/page_components/listing/ListingsGroup.stories.d.ts +5 -4
  147. package/dist/src/page_components/listing/listing_sidebar/Contact.d.ts +1 -1
  148. package/dist/src/page_components/listing/listing_sidebar/Contact.stories.d.ts +6 -5
  149. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.d.ts +2 -1
  150. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.stories.d.ts +3 -2
  151. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.d.ts +1 -1
  152. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.stories.d.ts +4 -3
  153. package/dist/src/page_components/listing/listing_sidebar/GetApplication.d.ts +2 -1
  154. package/dist/src/page_components/listing/listing_sidebar/GetApplication.stories.d.ts +10 -9
  155. package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.d.ts +2 -1
  156. package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.d.ts +2 -1
  157. package/dist/src/page_components/listing/listing_sidebar/OrDivider.d.ts +2 -1
  158. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.d.ts +1 -1
  159. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.d.ts +9 -8
  160. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.d.ts +2 -1
  161. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.stories.d.ts +2 -1
  162. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.d.ts +1 -1
  163. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.d.ts +4 -3
  164. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.d.ts +2 -1
  165. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.stories.d.ts +6 -5
  166. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.d.ts +2 -1
  167. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.d.ts +3 -2
  168. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.d.ts +1 -1
  169. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.stories.d.ts +13 -12
  170. package/dist/src/page_components/sign-in/FormSignIn.d.ts +2 -1
  171. package/dist/src/page_components/sign-in/FormSignInAddPhone.d.ts +2 -1
  172. package/dist/src/page_components/sign-in/FormSignInErrorBox.d.ts +2 -1
  173. package/dist/src/page_components/sign-in/FormSignInMFACode.d.ts +2 -1
  174. package/dist/src/page_components/sign-in/FormSignInMFAType.d.ts +2 -1
  175. package/dist/src/page_components/sign-in/FormTerms.d.ts +2 -1
  176. package/dist/src/page_components/sign-in/ResendConfirmationModal.d.ts +2 -1
  177. package/dist/src/prototypes/AppCard.stories.d.ts +4 -3
  178. package/dist/src/prototypes/Back.stories.d.ts +3 -2
  179. package/dist/src/prototypes/ButtonGroup.stories.d.ts +4 -3
  180. package/dist/src/prototypes/ButtonPager.stories.d.ts +3 -2
  181. package/dist/src/prototypes/FieldSection.d.ts +1 -1
  182. package/dist/src/prototypes/FieldSection.stories.d.ts +5 -4
  183. package/dist/src/prototypes/GridItem.d.ts +1 -1
  184. package/dist/src/prototypes/GridItem.stories.d.ts +4 -3
  185. package/dist/src/prototypes/SummaryCard.stories.d.ts +4 -3
  186. package/dist/src/prototypes/Swatch.d.ts +2 -1
  187. package/dist/src/sections/ContentSection.d.ts +1 -1
  188. package/dist/src/sections/FooterSection.d.ts +1 -1
  189. package/dist/src/sections/GridSection.d.ts +2 -2
  190. package/dist/src/sections/GridSection.stories.d.ts +12 -11
  191. package/dist/src/sections/InfoCardGrid.d.ts +1 -1
  192. package/dist/src/sections/InfoCardGrid.stories.d.ts +4 -3
  193. package/dist/src/sections/ListSection.d.ts +1 -1
  194. package/dist/src/sections/MarkdownSection.d.ts +1 -1
  195. package/dist/src/sections/ResponsiveContentList.d.ts +4 -4
  196. package/dist/src/sections/ResponsiveContentList.stories.d.ts +2 -1
  197. package/dist/src/sections/ResponsiveWrappers.d.ts +2 -2
  198. package/dist/src/tables/AgPagination.d.ts +1 -1
  199. package/dist/src/tables/AgTable.d.ts +1 -1
  200. package/dist/src/tables/AgTable.stories.d.ts +4 -3
  201. package/dist/src/tables/CategoryTable.d.ts +2 -1
  202. package/dist/src/tables/CategoryTable.stories.d.ts +5 -4
  203. package/dist/src/tables/GroupedTable.d.ts +1 -1
  204. package/dist/src/tables/GroupedTable.stories.d.ts +3 -2
  205. package/dist/src/tables/MinimalTable.d.ts +2 -1
  206. package/dist/src/tables/MinimalTable.stories.d.ts +10 -9
  207. package/dist/src/tables/StackedTable.d.ts +2 -1
  208. package/dist/src/tables/StackedTable.stories.d.ts +8 -7
  209. package/dist/src/tables/StandardTable.d.ts +5 -5
  210. package/dist/src/tables/StandardTable.stories.d.ts +7 -6
  211. package/dist/src/text/Description.d.ts +1 -1
  212. package/dist/src/text/Description.stories.d.ts +4 -3
  213. package/dist/src/text/Heading.d.ts +1 -1
  214. package/dist/src/text/Heading.js.map +1 -1
  215. package/dist/src/text/Heading.stories.d.ts +15 -14
  216. package/dist/src/text/Message.d.ts +1 -1
  217. package/dist/src/text/Message.stories.d.ts +4 -3
  218. package/dist/src/text/Tag.d.ts +1 -1
  219. package/dist/src/text/Tag.stories.d.ts +11 -10
  220. package/package.json +4 -4
  221. package/src/actions/ButtonGroup.tsx +1 -1
  222. package/src/blocks/ImageCard.tsx +6 -2
  223. package/src/forms/Field.tsx +3 -3
  224. package/src/forms/MultiSelectField.stories.tsx +1 -1
  225. package/src/forms/PhoneField.tsx +1 -1
  226. package/src/forms/checkbox.stories.tsx +1 -1
  227. package/src/forms/radio.stories.tsx +1 -1
  228. package/src/headers/SiteHeader.tsx +1 -1
  229. package/src/headers/StepHeader.tsx +1 -1
  230. package/src/text/Heading.tsx +1 -1
@@ -9,5 +9,5 @@ export interface ListingDetailHeaderProps {
9
9
  hideHeader?: boolean;
10
10
  desktopClass?: string;
11
11
  }
12
- declare const ListingDetailHeader: (props: ListingDetailHeaderProps) => JSX.Element;
12
+ declare const ListingDetailHeader: (props: ListingDetailHeaderProps) => React.JSX.Element;
13
13
  export { ListingDetailHeader as default, ListingDetailHeader };
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import { BADGES } from "../../../.storybook/constants";
2
3
  declare const _default: {
3
4
  title: string;
@@ -6,4 +7,4 @@ declare const _default: {
6
7
  };
7
8
  };
8
9
  export default _default;
9
- export declare const Default: () => JSX.Element;
10
+ export declare const Default: () => React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import * as React from "react";
1
2
  import { ListingDetailHeaderProps } from "./ListingDetailHeader";
2
3
  import "./ListingDetails.scss";
3
- export declare const ListingDetails: (props: any) => JSX.Element;
4
- export declare const ListingDetailItem: (props: ListingDetailHeaderProps) => JSX.Element;
4
+ export declare const ListingDetails: (props: any) => React.JSX.Element;
5
+ export declare const ListingDetailItem: (props: ListingDetailHeaderProps) => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import "mapbox-gl/dist/mapbox-gl.css";
2
3
  import "./ListingMap.scss";
3
4
  import { Address } from "../../helpers/MultiLineAddress";
@@ -19,5 +20,5 @@ export interface Viewport {
19
20
  longitude?: number;
20
21
  zoom: number;
21
22
  }
22
- declare const ListingMap: (props: ListingMapProps) => JSX.Element | null;
23
+ declare const ListingMap: (props: ListingMapProps) => React.JSX.Element | null;
23
24
  export { ListingMap as default, ListingMap };
@@ -1,5 +1,6 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
4
  };
4
5
  export default _default;
5
- export declare const showMapWithPin: () => JSX.Element;
6
+ export declare const showMapWithPin: () => React.JSX.Element;
@@ -13,5 +13,5 @@ export interface ListingsGroupProps {
13
13
  observerRef?: React.MutableRefObject<null | IntersectionObserver>;
14
14
  isOpen?: boolean;
15
15
  }
16
- declare const ListingsGroup: (props: ListingsGroupProps) => JSX.Element;
16
+ declare const ListingsGroup: (props: ListingsGroupProps) => React.JSX.Element;
17
17
  export { ListingsGroup as default, ListingsGroup };
@@ -1,8 +1,9 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
4
  };
4
5
  export default _default;
5
- export declare const listingsGroup: () => JSX.Element;
6
- export declare const listingsGroupWithInfo: () => JSX.Element;
7
- export declare const listingsGroupWithInfoLongButton: () => JSX.Element;
8
- export declare const listingsGroupWithCustomIcon: () => JSX.Element;
6
+ export declare const listingsGroup: () => React.JSX.Element;
7
+ export declare const listingsGroupWithInfo: () => React.JSX.Element;
8
+ export declare const listingsGroupWithInfoLongButton: () => React.JSX.Element;
9
+ export declare const listingsGroupWithCustomIcon: () => React.JSX.Element;
@@ -36,5 +36,5 @@ export interface ContactProps {
36
36
  };
37
37
  }
38
38
  /** Displays information about a contact, including their address, contact information, and notes */
39
- declare const Contact: ({ additionalInformation, contactAddress, contactCompany, contactEmail, contactName, contactPhoneNumber, contactPhoneNumberNote, contactTitle, contactTitleClassname, sectionTitle, priority, strings, }: ContactProps) => JSX.Element;
39
+ declare const Contact: ({ additionalInformation, contactAddress, contactCompany, contactEmail, contactName, contactPhoneNumber, contactPhoneNumberNote, contactTitle, contactTitleClassname, sectionTitle, priority, strings, }: ContactProps) => React.JSX.Element;
40
40
  export { Contact as default, Contact };
@@ -1,9 +1,10 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- component: ({ additionalInformation, contactAddress, contactCompany, contactEmail, contactName, contactPhoneNumber, contactPhoneNumberNote, contactTitle, contactTitleClassname, sectionTitle, priority, strings, }: import("./Contact").ContactProps) => JSX.Element;
4
+ component: ({ additionalInformation, contactAddress, contactCompany, contactEmail, contactName, contactPhoneNumber, contactPhoneNumberNote, contactTitle, contactTitleClassname, sectionTitle, priority, strings, }: import("./Contact").ContactProps) => React.JSX.Element;
4
5
  };
5
6
  export default _default;
6
- export declare const NoAddress: () => JSX.Element;
7
- export declare const WithAddress: () => JSX.Element;
8
- export declare const AdditionalInformation: () => JSX.Element;
9
- export declare const AdditionalInformationMissingFields: () => JSX.Element;
7
+ export declare const NoAddress: () => React.JSX.Element;
8
+ export declare const WithAddress: () => React.JSX.Element;
9
+ export declare const AdditionalInformation: () => React.JSX.Element;
10
+ export declare const AdditionalInformationMissingFields: () => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import { Address } from "../../../helpers/MultiLineAddress";
2
3
  export interface ContactAddressProps {
3
4
  /** An address */
@@ -6,5 +7,5 @@ export interface ContactAddressProps {
6
7
  mapString: string;
7
8
  }
8
9
  /** Renders an address followed by a Google Maps link to the address */
9
- declare const ContactAddress: ({ address, mapString }: ContactAddressProps) => JSX.Element | null;
10
+ declare const ContactAddress: ({ address, mapString }: ContactAddressProps) => React.JSX.Element | null;
10
11
  export { ContactAddress as default, ContactAddress };
@@ -1,6 +1,7 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- component: ({ address, mapString }: import("./ContactAddress").ContactAddressProps) => JSX.Element | null;
4
+ component: ({ address, mapString }: import("./ContactAddress").ContactAddressProps) => React.JSX.Element | null;
4
5
  };
5
6
  export default _default;
6
- export declare const Default: () => JSX.Element;
7
+ export declare const Default: () => React.JSX.Element;
@@ -10,5 +10,5 @@ export interface ExpandableSectionProps {
10
10
  buttonAriaLabel?: string;
11
11
  };
12
12
  }
13
- declare const ExpandableSection: ({ content, expandableContent, priority, strings, }: ExpandableSectionProps) => JSX.Element | null;
13
+ declare const ExpandableSection: ({ content, expandableContent, priority, strings, }: ExpandableSectionProps) => React.JSX.Element | null;
14
14
  export { ExpandableSection as default, ExpandableSection };
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- component: ({ content, expandableContent, priority, strings, }: import("./ExpandableSection").ExpandableSectionProps) => JSX.Element | null;
4
+ component: ({ content, expandableContent, priority, strings, }: import("./ExpandableSection").ExpandableSectionProps) => React.JSX.Element | null;
4
5
  };
5
6
  export default _default;
6
- export declare const Default: () => JSX.Element;
7
- export declare const ExpandableMarkdown: () => JSX.Element;
7
+ export declare const Default: () => React.JSX.Element;
8
+ export declare const ExpandableMarkdown: () => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { Address } from "../../../helpers/MultiLineAddress";
2
3
  export interface PaperApplication {
3
4
  fileURL: string;
@@ -34,5 +35,5 @@ export interface ApplicationsProps {
34
35
  };
35
36
  }
36
37
  /** Displays information regarding how to apply, including an online application link button, paper application downloads, and a paper application pickup address */
37
- declare const GetApplication: (props: ApplicationsProps) => JSX.Element | null;
38
+ declare const GetApplication: (props: ApplicationsProps) => React.JSX.Element | null;
38
39
  export { GetApplication as default, GetApplication };
@@ -1,13 +1,14 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- component: (props: import("./GetApplication").ApplicationsProps) => JSX.Element | null;
4
+ component: (props: import("./GetApplication").ApplicationsProps) => React.JSX.Element | null;
4
5
  };
5
6
  export default _default;
6
- export declare const AllFields: () => JSX.Element;
7
- export declare const WithoutPaperAppFiles: () => JSX.Element;
8
- export declare const Preview: () => JSX.Element;
9
- export declare const OpenInFuture: () => JSX.Element;
10
- export declare const Pickup: () => JSX.Element;
11
- export declare const OnlineAndNoPickUp: () => JSX.Element;
12
- export declare const PaperAndPickup: () => JSX.Element;
13
- export declare const PaperAndNoPickup: () => JSX.Element;
7
+ export declare const AllFields: () => React.JSX.Element;
8
+ export declare const WithoutPaperAppFiles: () => React.JSX.Element;
9
+ export declare const Preview: () => React.JSX.Element;
10
+ export declare const OpenInFuture: () => React.JSX.Element;
11
+ export declare const Pickup: () => React.JSX.Element;
12
+ export declare const OnlineAndNoPickUp: () => React.JSX.Element;
13
+ export declare const PaperAndPickup: () => React.JSX.Element;
14
+ export declare const PaperAndNoPickup: () => React.JSX.Element;
@@ -1,8 +1,9 @@
1
+ import * as React from "react";
1
2
  interface ListingUpdatedProps {
2
3
  listingUpdated: Date;
3
4
  strings?: {
4
5
  listingUpdated?: string;
5
6
  };
6
7
  }
7
- declare const ListingUpdated: (props: ListingUpdatedProps) => JSX.Element;
8
+ declare const ListingUpdated: (props: ListingUpdatedProps) => React.JSX.Element;
8
9
  export { ListingUpdated as default, ListingUpdated };
@@ -1,5 +1,6 @@
1
+ import * as React from "react";
1
2
  declare const NumberedHeader: (props: {
2
3
  num: number;
3
4
  text: string;
4
- }) => JSX.Element;
5
+ }) => React.JSX.Element;
5
6
  export { NumberedHeader as default, NumberedHeader };
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  declare const OrDivider: (props: {
2
3
  bgColor: string;
3
4
  strings?: {
4
5
  orString?: string;
5
6
  };
6
- }) => JSX.Element;
7
+ }) => React.JSX.Element;
7
8
  export { OrDivider as default, OrDivider };
@@ -13,5 +13,5 @@ export interface QuantityRowSectionProps {
13
13
  description?: string | React.ReactNode;
14
14
  };
15
15
  }
16
- declare const QuantityRowSection: ({ quantityRows, strings, priority }: QuantityRowSectionProps) => JSX.Element;
16
+ declare const QuantityRowSection: ({ quantityRows, strings, priority }: QuantityRowSectionProps) => React.JSX.Element;
17
17
  export { QuantityRowSection as default, QuantityRowSection };
@@ -1,12 +1,13 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- component: ({ quantityRows, strings, priority }: import("./QuantityRowSection").QuantityRowSectionProps) => JSX.Element;
4
+ component: ({ quantityRows, strings, priority }: import("./QuantityRowSection").QuantityRowSectionProps) => React.JSX.Element;
4
5
  };
5
6
  export default _default;
6
- export declare const OpenAndAllValuesSupplied: () => JSX.Element;
7
- export declare const EmphasizedValue: () => JSX.Element;
8
- export declare const LargeEmphasizedValue: () => JSX.Element;
9
- export declare const OpenWithSomeZeroes: () => JSX.Element;
10
- export declare const OpenWithOnlyMaxAndOpen: () => JSX.Element;
11
- export declare const OpenWithOnlyMax: () => JSX.Element;
12
- export declare const CustomDescription: () => JSX.Element;
7
+ export declare const OpenAndAllValuesSupplied: () => React.JSX.Element;
8
+ export declare const EmphasizedValue: () => React.JSX.Element;
9
+ export declare const LargeEmphasizedValue: () => React.JSX.Element;
10
+ export declare const OpenWithSomeZeroes: () => React.JSX.Element;
11
+ export declare const OpenWithOnlyMaxAndOpen: () => React.JSX.Element;
12
+ export declare const OpenWithOnlyMax: () => React.JSX.Element;
13
+ export declare const CustomDescription: () => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  interface ReferralApplicationProps {
2
3
  description: string;
3
4
  phoneNumber: string;
@@ -6,5 +7,5 @@ interface ReferralApplicationProps {
6
7
  title: string;
7
8
  };
8
9
  }
9
- declare const ReferralApplication: (props: ReferralApplicationProps) => JSX.Element;
10
+ declare const ReferralApplication: (props: ReferralApplicationProps) => React.JSX.Element;
10
11
  export { ReferralApplication as default, ReferralApplication };
@@ -1,5 +1,6 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
4
  };
4
5
  export default _default;
5
- export declare const referralApplicationBlock: () => JSX.Element;
6
+ export declare const referralApplicationBlock: () => React.JSX.Element;
@@ -5,5 +5,5 @@ export interface SidebarBlockProps extends Omit<HeadingProps, "children" | "clas
5
5
  className?: string;
6
6
  title?: string;
7
7
  }
8
- declare const SidebarBlock: ({ children, className, title, priority, styleType }: SidebarBlockProps) => JSX.Element;
8
+ declare const SidebarBlock: ({ children, className, title, priority, styleType }: SidebarBlockProps) => React.JSX.Element;
9
9
  export { SidebarBlock as default, SidebarBlock };
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- component: ({ children, className, title, priority, styleType }: import("./SidebarBlock").SidebarBlockProps) => JSX.Element;
4
+ component: ({ children, className, title, priority, styleType }: import("./SidebarBlock").SidebarBlockProps) => React.JSX.Element;
4
5
  };
5
6
  export default _default;
6
- export declare const Default: () => JSX.Element;
7
- export declare const Styled: () => JSX.Element;
7
+ export declare const Default: () => React.JSX.Element;
8
+ export declare const Styled: () => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import { Address } from "../../../helpers/MultiLineAddress";
2
3
  export interface ApplicationAddressesProps {
3
4
  /** The dropoff address for paper applications */
@@ -18,5 +19,5 @@ export interface ApplicationAddressesProps {
18
19
  };
19
20
  }
20
21
  /** Displays information regarding paper applications, including two sections: (1) how to mail in applications and (2) how to drop off applications */
21
- declare const SubmitApplication: ({ applicationDropOffAddress, applicationDropOffAddressOfficeHours, applicationMailingAddress, applicationOrganization, strings, }: ApplicationAddressesProps) => JSX.Element;
22
+ declare const SubmitApplication: ({ applicationDropOffAddress, applicationDropOffAddressOfficeHours, applicationMailingAddress, applicationOrganization, strings, }: ApplicationAddressesProps) => React.JSX.Element;
22
23
  export { SubmitApplication as default, SubmitApplication };
@@ -1,9 +1,10 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
- component: ({ applicationDropOffAddress, applicationDropOffAddressOfficeHours, applicationMailingAddress, applicationOrganization, strings, }: import("./SubmitApplication").ApplicationAddressesProps) => JSX.Element;
3
+ component: ({ applicationDropOffAddress, applicationDropOffAddressOfficeHours, applicationMailingAddress, applicationOrganization, strings, }: import("./SubmitApplication").ApplicationAddressesProps) => React.JSX.Element;
3
4
  title: string;
4
5
  };
5
6
  export default _default;
6
- export declare const AllFields: () => JSX.Element;
7
- export declare const DropOffOnly: () => JSX.Element;
8
- export declare const MailingOnly: () => JSX.Element;
9
- export declare const DropOffNoOfficeHours: () => JSX.Element;
7
+ export declare const AllFields: () => React.JSX.Element;
8
+ export declare const DropOffOnly: () => React.JSX.Element;
9
+ export declare const MailingOnly: () => React.JSX.Element;
10
+ export declare const DropOffNoOfficeHours: () => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  type DownloadLotteryResultsProps = {
2
3
  resultsDate?: string;
3
4
  buttonText?: string;
@@ -6,5 +7,5 @@ type DownloadLotteryResultsProps = {
6
7
  sectionHeader?: string;
7
8
  };
8
9
  };
9
- declare const DownloadLotteryResults: (props: DownloadLotteryResultsProps) => JSX.Element | null;
10
+ declare const DownloadLotteryResults: (props: DownloadLotteryResultsProps) => React.JSX.Element | null;
10
11
  export { DownloadLotteryResults as default, DownloadLotteryResults };
@@ -1,6 +1,7 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
4
  };
4
5
  export default _default;
5
- export declare const NoDate: () => JSX.Element;
6
- export declare const Date: () => JSX.Element;
6
+ export declare const NoDate: () => React.JSX.Element;
7
+ export declare const Date: () => React.JSX.Element;
@@ -13,5 +13,5 @@ type EventSectionProps = {
13
13
  dateClassName?: string;
14
14
  priority?: number;
15
15
  };
16
- declare const EventSection: (props: EventSectionProps) => JSX.Element | null;
16
+ declare const EventSection: (props: EventSectionProps) => React.JSX.Element | null;
17
17
  export { EventSection as default, EventSection };
@@ -1,16 +1,17 @@
1
+ import * as React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
4
  };
4
5
  export default _default;
5
- export declare const NoFields: () => JSX.Element;
6
- export declare const TimeRange: () => JSX.Element;
7
- export declare const SingleTime: () => JSX.Element;
8
- export declare const NoTime: () => JSX.Element;
9
- export declare const URL: () => JSX.Element;
10
- export declare const Note: () => JSX.Element;
11
- export declare const LongStrings: () => JSX.Element;
12
- export declare const MultipleEvents: () => JSX.Element;
13
- export declare const PageSectionHeader: () => JSX.Element;
14
- export declare const MultipleSections: () => JSX.Element;
15
- export declare const FragmentNote: () => JSX.Element;
16
- export declare const TitleCapitalizedDate: () => JSX.Element;
6
+ export declare const NoFields: () => React.JSX.Element;
7
+ export declare const TimeRange: () => React.JSX.Element;
8
+ export declare const SingleTime: () => React.JSX.Element;
9
+ export declare const NoTime: () => React.JSX.Element;
10
+ export declare const URL: () => React.JSX.Element;
11
+ export declare const Note: () => React.JSX.Element;
12
+ export declare const LongStrings: () => React.JSX.Element;
13
+ export declare const MultipleEvents: () => React.JSX.Element;
14
+ export declare const PageSectionHeader: () => React.JSX.Element;
15
+ export declare const MultipleSections: () => React.JSX.Element;
16
+ export declare const FragmentNote: () => React.JSX.Element;
17
+ export declare const TitleCapitalizedDate: () => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import type { UseFormMethods } from "react-hook-form";
2
3
  import { AlertTypes } from "../../notifications/alertTypes";
3
4
  export type NetworkErrorDetermineError = (status: number, error: Error) => void;
@@ -29,5 +30,5 @@ export type FormSignInValues = {
29
30
  email: string;
30
31
  password: string;
31
32
  };
32
- declare const FormSignIn: ({ onSubmit, networkStatus, showRegisterBtn, control: { errors, register, handleSubmit }, }: FormSignInProps) => JSX.Element;
33
+ declare const FormSignIn: ({ onSubmit, networkStatus, showRegisterBtn, control: { errors, register, handleSubmit }, }: FormSignInProps) => React.JSX.Element;
33
34
  export { FormSignIn as default, FormSignIn };
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import type { UseFormMethods } from "react-hook-form";
2
3
  import { NetworkStatus } from "./FormSignIn";
3
4
  export type FormSignInAddPhoneProps = {
@@ -14,5 +15,5 @@ export type FormSignInAddPhoneControl = {
14
15
  export type FormSignInAddPhoneValues = {
15
16
  phoneNumber: string;
16
17
  };
17
- declare const FormSignInAddPhone: ({ onSubmit, networkError, control, phoneNumber, }: FormSignInAddPhoneProps) => JSX.Element;
18
+ declare const FormSignInAddPhone: ({ onSubmit, networkError, control, phoneNumber, }: FormSignInAddPhoneProps) => React.JSX.Element;
18
19
  export { FormSignInAddPhone as default, FormSignInAddPhone };
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import type { UseFormMethods } from "react-hook-form";
2
3
  import { NetworkStatus } from "./FormSignIn";
3
4
  export type FormSignInErrorBoxProps = {
@@ -9,5 +10,5 @@ export type FormSignInErrorBoxControl = {
9
10
  errors: UseFormMethods["errors"];
10
11
  control: UseFormMethods["control"];
11
12
  };
12
- declare const FormSignInErrorBox: ({ networkStatus, errors, errorMessageId }: FormSignInErrorBoxProps) => JSX.Element;
13
+ declare const FormSignInErrorBox: ({ networkStatus, errors, errorMessageId }: FormSignInErrorBoxProps) => React.JSX.Element;
13
14
  export { FormSignInErrorBox as default, FormSignInErrorBox };
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { NetworkStatus, FormSignInControl } from "./FormSignIn";
2
3
  export declare enum RequestType {
3
4
  email = "email",
@@ -15,5 +16,5 @@ export type FormSignInMFACodeProps = {
15
16
  export type FormSignInMFACodeValues = {
16
17
  mfaCode: string;
17
18
  };
18
- declare const FormSignInMFACode: ({ onSubmit, networkError, control: { errors, register, handleSubmit }, mfaType, allowPhoneNumberEdit, phoneNumber, goBackToPhone, }: FormSignInMFACodeProps) => JSX.Element;
19
+ declare const FormSignInMFACode: ({ onSubmit, networkError, control: { errors, register, handleSubmit }, mfaType, allowPhoneNumberEdit, phoneNumber, goBackToPhone, }: FormSignInMFACodeProps) => React.JSX.Element;
19
20
  export { FormSignInMFACode as default, FormSignInMFACode };
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import type { UseFormMethods } from "react-hook-form";
2
3
  import { NetworkStatus } from "./FormSignIn";
3
4
  export type FormSignInMFAProps = {
@@ -13,5 +14,5 @@ export type FormSignInMFAControl = {
13
14
  register: UseFormMethods["register"];
14
15
  setValue: UseFormMethods["setValue"];
15
16
  };
16
- declare const FormSignInMFAType: ({ onSubmit, networkError, control: { errors, register, handleSubmit }, emailOnClick, smsOnClick, }: FormSignInMFAProps) => JSX.Element;
17
+ declare const FormSignInMFAType: ({ onSubmit, networkError, control: { errors, register, handleSubmit }, emailOnClick, smsOnClick, }: FormSignInMFAProps) => React.JSX.Element;
17
18
  export { FormSignInMFAType as default, FormSignInMFAType };
@@ -1,6 +1,7 @@
1
+ import React from "react";
1
2
  export type FormTermsProps = {
2
3
  onSubmit: () => void;
3
4
  terms?: string;
4
5
  };
5
- declare const FormTerms: (props: FormTermsProps) => JSX.Element;
6
+ declare const FormTerms: (props: FormTermsProps) => React.JSX.Element;
6
7
  export { FormTerms as default, FormTerms };
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  export type ResendConfirmationModalProps = {
2
3
  isOpen: boolean;
3
4
  initialEmailValue: string;
@@ -8,5 +9,5 @@ export type ResendConfirmationModalProps = {
8
9
  export type ResendConfirmationModalForm = {
9
10
  onSubmit: (email: string) => void;
10
11
  };
11
- declare const ResendConfirmationModal: ({ isOpen, initialEmailValue, loading, onClose, onSubmit, }: ResendConfirmationModalProps) => JSX.Element;
12
+ declare const ResendConfirmationModal: ({ isOpen, initialEmailValue, loading, onClose, onSubmit, }: ResendConfirmationModalProps) => React.JSX.Element;
12
13
  export { ResendConfirmationModal as default, ResendConfirmationModal };
@@ -1,8 +1,9 @@
1
+ import React from "react";
1
2
  import "./AppCard.scss";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((storyFn: any) => JSX.Element)[];
5
+ decorators: ((storyFn: any) => React.JSX.Element)[];
5
6
  };
6
7
  export default _default;
7
- export declare const AppCard: () => JSX.Element;
8
- export declare const AppCardEdit: () => JSX.Element;
8
+ export declare const AppCard: () => React.JSX.Element;
9
+ export declare const AppCardEdit: () => React.JSX.Element;
@@ -1,7 +1,8 @@
1
+ import React from "react";
1
2
  import "./Back.scss";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((storyFn: any) => JSX.Element)[];
5
+ decorators: ((storyFn: any) => React.JSX.Element)[];
5
6
  };
6
7
  export default _default;
7
- export declare const Back: () => JSX.Element;
8
+ export declare const Back: () => React.JSX.Element;
@@ -1,8 +1,9 @@
1
+ import React from "react";
1
2
  import "./ButtonGroup.scss";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((storyFn: any) => JSX.Element)[];
5
+ decorators: ((storyFn: any) => React.JSX.Element)[];
5
6
  };
6
7
  export default _default;
7
- export declare const ButtonGroup: () => JSX.Element;
8
- export declare const ButtonGroupStack: () => JSX.Element;
8
+ export declare const ButtonGroup: () => React.JSX.Element;
9
+ export declare const ButtonGroupStack: () => React.JSX.Element;
@@ -1,7 +1,8 @@
1
+ import React from "react";
1
2
  import "./ButtonPager.scss";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((storyFn: any) => JSX.Element)[];
5
+ decorators: ((storyFn: any) => React.JSX.Element)[];
5
6
  };
6
7
  export default _default;
7
- export declare const ButtonPager: () => JSX.Element;
8
+ export declare const ButtonPager: () => React.JSX.Element;
@@ -7,5 +7,5 @@ export interface FieldSectionProps {
7
7
  insetGrid?: boolean;
8
8
  children: React.ReactNode;
9
9
  }
10
- declare const FieldSection: (props: FieldSectionProps) => JSX.Element;
10
+ declare const FieldSection: (props: FieldSectionProps) => React.JSX.Element;
11
11
  export { FieldSection as default, FieldSection };
@@ -1,8 +1,9 @@
1
+ import React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- decorators: ((storyFn: any) => JSX.Element)[];
4
+ decorators: ((storyFn: any) => React.JSX.Element)[];
4
5
  };
5
6
  export default _default;
6
- export declare const FourColumns: () => JSX.Element;
7
- export declare const FieldGroupAddress: () => JSX.Element;
8
- export declare const FieldSectionBlank: () => JSX.Element;
7
+ export declare const FourColumns: () => React.JSX.Element;
8
+ export declare const FieldGroupAddress: () => React.JSX.Element;
9
+ export declare const FieldSectionBlank: () => React.JSX.Element;
@@ -3,5 +3,5 @@ export interface GridItemProps {
3
3
  children: React.ReactNode;
4
4
  className?: string;
5
5
  }
6
- declare const GridItem: (props: GridItemProps) => JSX.Element;
6
+ declare const GridItem: (props: GridItemProps) => React.JSX.Element;
7
7
  export { GridItem as default, GridItem };
@@ -1,7 +1,8 @@
1
+ import React from "react";
1
2
  declare const _default: {
2
3
  title: string;
3
- decorators: ((storyFn: any) => JSX.Element)[];
4
+ decorators: ((storyFn: any) => React.JSX.Element)[];
4
5
  };
5
6
  export default _default;
6
- export declare const Default: () => JSX.Element;
7
- export declare const TwoColumns: () => JSX.Element;
7
+ export declare const Default: () => React.JSX.Element;
8
+ export declare const TwoColumns: () => React.JSX.Element;
@@ -1,8 +1,9 @@
1
+ import React from "react";
1
2
  import "./SummaryCard.scss";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((storyFn: any) => JSX.Element)[];
5
+ decorators: ((storyFn: any) => React.JSX.Element)[];
5
6
  };
6
7
  export default _default;
7
- export declare const SummaryCard: () => JSX.Element;
8
- export declare const SummaryCardHeading: () => JSX.Element;
8
+ export declare const SummaryCard: () => React.JSX.Element;
9
+ export declare const SummaryCardHeading: () => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  export declare const Swatch: (props: {
2
3
  colorVar: string;
3
- }) => JSX.Element;
4
+ }) => React.JSX.Element;
@@ -5,5 +5,5 @@ export interface ContentSectionProps {
5
5
  subtitle?: string;
6
6
  children: React.ReactNode;
7
7
  }
8
- declare const ContentSection: (props: ContentSectionProps) => JSX.Element;
8
+ declare const ContentSection: (props: ContentSectionProps) => React.JSX.Element;
9
9
  export { ContentSection as default, ContentSection };
@@ -5,5 +5,5 @@ export interface FooterSectionProps {
5
5
  className?: string;
6
6
  small?: boolean;
7
7
  }
8
- declare const FooterSection: (props: FooterSectionProps) => JSX.Element;
8
+ declare const FooterSection: (props: FooterSectionProps) => React.JSX.Element;
9
9
  export { FooterSection as default, FooterSection };
@@ -6,7 +6,7 @@ export interface GridCellProps {
6
6
  className?: string;
7
7
  ariaLabel?: string;
8
8
  }
9
- declare const GridCell: (props: GridCellProps) => JSX.Element;
9
+ declare const GridCell: (props: GridCellProps) => React.JSX.Element;
10
10
  export interface GridSectionProps {
11
11
  title?: React.ReactNode;
12
12
  edit?: string;
@@ -24,5 +24,5 @@ export interface GridSectionProps {
24
24
  children: React.ReactNode;
25
25
  separator?: boolean;
26
26
  }
27
- declare const GridSection: (props: GridSectionProps) => JSX.Element;
27
+ declare const GridSection: (props: GridSectionProps) => React.JSX.Element;
28
28
  export { GridSection as default, GridSection, GridCell };