-
-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix types for latest build, check if CI is happy (#5814)
- Loading branch information
Showing
243 changed files
with
1,290 additions
and
313 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
New types declarations with @types/react@18 - make tsc happy @sneridagh |
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
4 changes: 2 additions & 2 deletions
4
packages/volto/types/components/manage/BlockChooser/BlockChooserButton.d.ts
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,3 +1,3 @@ | ||
export function ButtonComponent(props: any): JSX.Element; | ||
export function ButtonComponent(props: any): import("react/jsx-runtime").JSX.Element; | ||
export default BlockChooserButton; | ||
declare function BlockChooserButton(props: any): JSX.Element; | ||
declare function BlockChooserButton(props: any): import("react/jsx-runtime").JSX.Element; |
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Block/BlocksForm.d.ts
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,2 @@ | ||
export default BlocksForm; | ||
declare function BlocksForm(props: any): JSX.Element; | ||
declare function BlocksForm(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Block/DefaultEdit.d.ts
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,2 @@ | ||
export default DefaultBlockEdit; | ||
declare function DefaultBlockEdit(props: any): JSX.Element; | ||
declare function DefaultBlockEdit(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Block/DefaultView.d.ts
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,2 @@ | ||
export default DefaultBlockView; | ||
declare function DefaultBlockView(props: any): JSX.Element; | ||
declare function DefaultBlockView(props: any): import("react/jsx-runtime").JSX.Element; |
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Container/Data.d.ts
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,2 @@ | ||
export default ContainerData; | ||
declare function ContainerData(props: any): JSX.Element; | ||
declare function ContainerData(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Container/Edit.d.ts
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Container/EditBlockWrapper.d.ts
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,2 @@ | ||
export default EditBlockWrapper; | ||
declare function EditBlockWrapper(props: any): JSX.Element; | ||
declare function EditBlockWrapper(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Container/NewBlockAddButton.d.ts
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,2 @@ | ||
export default NewBlockAddButton; | ||
declare function NewBlockAddButton(props: any): JSX.Element; | ||
declare function NewBlockAddButton(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Container/SimpleContainerToolbar.d.ts
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,2 @@ | ||
export default SimpleContainerToolbar; | ||
declare function SimpleContainerToolbar(props: any): JSX.Element; | ||
declare function SimpleContainerToolbar(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Description/Edit.d.ts
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,2 +1,2 @@ | ||
declare const _default: (props: any) => JSX.Element; | ||
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element; | ||
export default _default; |
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/HeroImageLeft/Data.d.ts
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,2 @@ | ||
export default HeroImageLeftBlockData; | ||
declare function HeroImageLeftBlockData(props: any): JSX.Element; | ||
declare function HeroImageLeftBlockData(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/HeroImageLeft/View.d.ts
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Image/ImageSidebar.d.ts
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Listing/DefaultNoResultsComponent.d.ts
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,2 @@ | ||
export default DefaultNoResultsComponent; | ||
declare function DefaultNoResultsComponent(props: any): JSX.Element; | ||
declare function DefaultNoResultsComponent(props: any): import("react/jsx-runtime").JSX.Element; |
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Listing/Edit.d.ts
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,2 @@ | ||
declare const _default: (props: any) => JSX.Element; | ||
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element; | ||
export default _default; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Listing/GalleryNoResultsComponent.d.ts
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,2 @@ | ||
export default GalleryNoResultsComponent; | ||
declare function GalleryNoResultsComponent(props: any): JSX.Element; | ||
declare function GalleryNoResultsComponent(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Listing/ImageGallery.d.ts
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Listing/ListingData.d.ts
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Listing/View.d.ts
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,2 @@ | ||
declare const _default: (props: any) => JSX.Element; | ||
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element; | ||
export default _default; |
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,2 @@ | ||
declare const _default: (props: any) => JSX.Element; | ||
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element; | ||
export default _default; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Maps/MapsSidebar.d.ts
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,2 @@ | ||
export default MapsSidebar; | ||
declare function MapsSidebar(props: any): JSX.Element; | ||
declare function MapsSidebar(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/SearchBlockEdit.d.ts
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,5 +1,5 @@ | ||
declare const _default: { | ||
(props: any): JSX.Element; | ||
(props: any): import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
}; | ||
export default _default; |
4 changes: 2 additions & 2 deletions
4
packages/volto/types/components/manage/Blocks/Search/SearchBlockView.d.ts
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,6 +1,6 @@ | ||
export const SearchBlockViewComponent: (props: any) => JSX.Element; | ||
export const SearchBlockViewComponent: (props: any) => import("react/jsx-runtime").JSX.Element; | ||
declare const _default: { | ||
(props: any): JSX.Element; | ||
(props: any): import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
}; | ||
export default _default; |
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
2 changes: 1 addition & 1 deletion
2
...volto/types/components/manage/Blocks/Search/components/DateRangeFacetFilterListEntry.d.ts
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,2 @@ | ||
export default DateRangeFacetFilterListEntry; | ||
declare function DateRangeFacetFilterListEntry(props: any): JSX.Element; | ||
declare function DateRangeFacetFilterListEntry(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/components/Facets.d.ts
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,2 @@ | ||
export default Facets; | ||
declare function Facets(props: any): JSX.Element; | ||
declare function Facets(props: any): import("react/jsx-runtime").JSX.Element; |
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/components/SearchInput.d.ts
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,2 @@ | ||
export default SearchInput; | ||
declare function SearchInput(props: any): JSX.Element; | ||
declare function SearchInput(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
...es/volto/types/components/manage/Blocks/Search/components/SelectFacetFilterListEntry.d.ts
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,2 @@ | ||
export default SelectFacetFilterListEntry; | ||
declare function SelectFacetFilterListEntry(props: any): JSX.Element; | ||
declare function SelectFacetFilterListEntry(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/components/ToggleFacet.d.ts
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
2 changes: 1 addition & 1 deletion
2
...es/volto/types/components/manage/Blocks/Search/components/ToggleFacetFilterListEntry.d.ts
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,2 @@ | ||
export default ToggleFacetFilterListEntry; | ||
declare function ToggleFacetFilterListEntry(props: any): JSX.Element; | ||
declare function ToggleFacetFilterListEntry(props: any): import("react/jsx-runtime").JSX.Element; |
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
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/hocs/withSearch.d.ts
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,5 +1,5 @@ | ||
export default withSearch; | ||
declare function withSearch(options: any): (WrappedComponent: any) => { | ||
(props: any): JSX.Element; | ||
(props: any): import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
}; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/layout/LeftColumnFacets.d.ts
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,2 @@ | ||
export default LeftColumnFacets; | ||
declare function LeftColumnFacets(props: any): JSX.Element; | ||
declare function LeftColumnFacets(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/layout/RightColumnFacets.d.ts
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,2 @@ | ||
export default RightColumnFacets; | ||
declare function RightColumnFacets(props: any): JSX.Element; | ||
declare function RightColumnFacets(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/layout/TopSideFacets.d.ts
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,2 @@ | ||
export default TopSideFacets; | ||
declare function TopSideFacets(props: any): JSX.Element; | ||
declare function TopSideFacets(props: any): import("react/jsx-runtime").JSX.Element; |
4 changes: 2 additions & 2 deletions
4
packages/volto/types/components/manage/Blocks/Search/utils.d.ts
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,4 +1,4 @@ | ||
export const NONVALUE_OPERATIONS: any; | ||
export const DATE_OPERATIONS: any; | ||
export const NONVALUE_OPERATIONS: Set<string>; | ||
export const DATE_OPERATIONS: Set<string>; | ||
export function hasNonValueOperation(ops: any): boolean; | ||
export function hasDateOperation(ops: any): boolean; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Search/widgets/SelectMetadataField.d.ts
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,5 +1,5 @@ | ||
declare const _default: { | ||
(props: any): JSX.Element; | ||
(props: any): import("react/jsx-runtime").JSX.Element; | ||
displayName: string; | ||
}; | ||
export default _default; |
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,3 +1,3 @@ | ||
export const Cell: any; | ||
export default Preloader; | ||
declare function Preloader(props: any): JSX.Element; | ||
declare function Preloader(props: any): import("react/jsx-runtime").JSX.Element; |
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,2 +1,2 @@ | ||
export default TeaserData; | ||
declare function TeaserData(props: any): JSX.Element; | ||
declare function TeaserData(props: any): import("react/jsx-runtime").JSX.Element; |
2 changes: 1 addition & 1 deletion
2
packages/volto/types/components/manage/Blocks/Teaser/DefaultBody.d.ts
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,2 +1,2 @@ | ||
declare const _default: (props: any) => JSX.Element; | ||
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element; | ||
export default _default; |
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,2 @@ | ||
declare const _default: (props: any) => JSX.Element; | ||
declare const _default: (props: any) => import("react/jsx-runtime").JSX.Element; | ||
export default _default; |
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
Oops, something went wrong.