UNPKG

@shopify/shop-minis-react

Version:

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

17 lines (13 loc) 364 B
// Common types for the component library export * from './minisSDK.generated.d' export interface BaseComponentProps { className?: string children?: React.ReactNode } // Theme types export interface ThemeConfig { colors?: {[key: string]: string} spacing?: {[key: string]: string} typography?: {[key: string]: string} } // Export other types as needed