Skip to content

Commit

Permalink
fix: surface radix prop on modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pucho committed Aug 8, 2022
1 parent 541dfff commit 5be5928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Transition } from '@headlessui/react'
import styleHandler from '../../lib/theme/styleHandler'

// import { Transition } from '@tailwindui/react'
// Merge Radix Props to surface in the modal component
export type ModalProps = RadixProps & Props

interface RadixProps
Expand Down

0 comments on commit 5be5928

Please sign in to comment.