UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

7 lines (6 loc) 246 B
import { CampaignOutOfStockNotification } from '../../types'; declare type CampaignNameProps = { metadata: CampaignOutOfStockNotification['metadata']; }; export default function CampaignName(props: CampaignNameProps): JSX.Element; export {};