@ef2/instant-search-react
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,1 +0,3 @@ | ||
export { InstantSearchWrapper, RefinementTypeEnum, type FilterableAttributeProps } from "./InstantSearchWrapper"; | ||
import InstantSearchWrapper from "./InstantSearchWrapper"; | ||
export { RefinementTypeEnum, type FilterableAttributeProps } from "./InstantSearchWrapper"; | ||
export default InstantSearchWrapper; |
@@ -1,1 +0,3 @@ | ||
export { InstantSearchWrapper, RefinementTypeEnum } from "./InstantSearchWrapper"; | ||
import InstantSearchWrapper from "./InstantSearchWrapper"; | ||
export { RefinementTypeEnum } from "./InstantSearchWrapper"; | ||
export default InstantSearchWrapper; |
@@ -54,3 +54,3 @@ import { ReactNode } from 'react'; | ||
}; | ||
export declare const InstantSearchWrapper: ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }: SearchWrapperProps) => import("react/jsx-runtime").JSX.Element; | ||
export {}; | ||
declare const InstantSearchWrapper: ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }: SearchWrapperProps) => import("react/jsx-runtime").JSX.Element; | ||
export default InstantSearchWrapper; |
@@ -17,3 +17,3 @@ 'use client'; | ||
})(RefinementTypeEnum || (RefinementTypeEnum = {})); | ||
export const InstantSearchWrapper = ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }) => { | ||
const InstantSearchWrapper = ({ searchClient, indexName, hitsPerPage, classNamesList, filterableAttributes, sortableAttributes, renderContent, renderHit, messages }) => { | ||
var _a; | ||
@@ -39,1 +39,2 @@ const ref = useRef(null); | ||
}; | ||
export default InstantSearchWrapper; |
{ | ||
"name": "@ef2/instant-search-react", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51024
844