From e2f99e72db38e96955b33414880d7fd937d974ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Curda?= Date: Fri, 28 Jun 2024 14:00:49 +0200 Subject: [PATCH] fixup! Feat(web-react): Introduce UNSTABLE_PartnerLogo component #DS-1356 --- packages/web-react/src/types/productLogo.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 packages/web-react/src/types/productLogo.ts diff --git a/packages/web-react/src/types/productLogo.ts b/packages/web-react/src/types/productLogo.ts deleted file mode 100644 index a6f6eecf3f..0000000000 --- a/packages/web-react/src/types/productLogo.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { ChildrenProps, StyleProps } from './shared'; - -export interface SpiritProductLogoProps extends ChildrenProps, StyleProps { - isInverted?: boolean; -}