Skip to content

Commit

Permalink
feat(HTL-111103): Remove string union
Browse files Browse the repository at this point in the history
  • Loading branch information
coolestKev committed Nov 5, 2024
1 parent 6e5c268 commit 4ea120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type PlacementOptions = 'top' | 'bottom' | 'right' | 'left'
export type DrawerProps = SpaceProps &
LayoutProps & {
children?: string | React.ReactNode
customHeader?: string | React.ReactNode
customHeader?: React.ReactNode
heading?: string | React.ReactNode
isCollapsed?: boolean
isFloating?: boolean
Expand Down

0 comments on commit 4ea120e

Please sign in to comment.