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) 727 B
import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs' const data: ReferenceEntityTemplateSchema = { name: 'useFollowedShopsActions', category: 'hooks', subCategory: 'user', isVisualComponent: false, related: [], description: 'The `useFollowedShopsActions` hook allows following and unfollowing shops for the current user.', type: 'hook', defaultExample: { codeblock: { tabs: [ { code: './useFollowedShopsActions.example.tsx', language: 'tsx', }, ], title: 'Example code', }, }, definitions: [ { title: '', type: 'UseUpdateFollowedShopsGeneratedType', description: '', }, ], } export default data