Skip to content

Commit

Permalink
types: exlude as & render from SeparatorProps
Browse files Browse the repository at this point in the history
  • Loading branch information
flootr committed Nov 2, 2023
1 parent b82ad7e commit 7d0b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/divider/types.ts
Expand Up @@ -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.
Expand Down

0 comments on commit 7d0b7ce

Please sign in to comment.