UNPKG

hh-ui-components

Version:
10 lines (9 loc) 280 B
import React from "react"; export interface CollectionHeaderProps { name: any; body: string; imageUrl: string; label: string; variants?: "CollectionHeaderImg" | "CollectionHeaderNoImg"; } export declare const CollectionHeader: React.FC<CollectionHeaderProps>;