diff --git a/packages/Modal/src/Footer.tsx b/packages/Modal/src/Footer.tsx index 4c45847ba2..16b6f149ce 100644 --- a/packages/Modal/src/Footer.tsx +++ b/packages/Modal/src/Footer.tsx @@ -7,8 +7,8 @@ import * as S from './styles' export interface FooterOptions { information?: { - title: string - subtitle: string + title: React.ReactNode + subtitle: React.ReactNode } }