decentraland-ui
Version:
Decentraland's UI components and styles
10 lines (9 loc) • 324 B
TypeScript
import { CampaignOutOfStockNotification } from '../../types';
declare type CampaignNameProps = {
metadata: CampaignOutOfStockNotification['metadata'];
};
/**
* @deprecated Should start using the same component migrated to UI2.
*/
export default function CampaignName(props: CampaignNameProps): JSX.Element;
export {};