UNPKG

@shopify/shop-minis-react

Version:

React component library for Shopify Shop Minis with Tailwind CSS v4 support (source-only, requires TypeScript)

33 lines (30 loc) 770 B
import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs' const data: ReferenceEntityTemplateSchema = { name: 'useRecommendedShops', category: 'hooks', subCategory: 'shop', isVisualComponent: false, related: [], description: 'The `useRecommendedShops` hook enables fetching a list of recommended shops for the user. The list may be empty if the user has no recommended shops.', type: 'hook', defaultExample: { codeblock: { tabs: [ { code: './useRecommendedShops.example.tsx', language: 'tsx', }, ], title: 'Example code', }, }, definitions: [ { title: '', type: 'UseRecommendedShopsGeneratedType', description: '', }, ], } export default data