diff --git a/packages/components/src/divider/types.ts b/packages/components/src/divider/types.ts index 28e1eb4a7de11..cb29823eb4ca1 100644 --- a/packages/components/src/divider/types.ts +++ b/packages/components/src/divider/types.ts @@ -11,7 +11,7 @@ import type { SpaceInput } from '../utils/space'; export type DividerProps = Omit< SeparatorProps, - 'children' | 'unstable_system' | 'orientation' + 'children' | 'unstable_system' | 'orientation' | 'as' | 'render' > & { /** * Adjusts all margins on the inline dimension.