diff --git a/packages/ui/src/components/Container/types.ts b/packages/ui/src/components/Container/types.ts index c6f9758fd2..375f3a4a38 100644 --- a/packages/ui/src/components/Container/types.ts +++ b/packages/ui/src/components/Container/types.ts @@ -23,7 +23,9 @@ export type ContainerOwnProps = { }; /** @public */ -export interface ContainerProps extends ContainerOwnProps { +export interface ContainerProps + extends ContainerOwnProps, + Omit, keyof ContainerOwnProps> { my?: SpaceProps['my']; mb?: SpaceProps['mb']; mt?: SpaceProps['mt'];