fix(LOY-196): replace employee number with dummy value

add support for className to modal
This commit is contained in:
Christian Andolf
2025-05-07 10:32:32 +02:00
parent 9b22459837
commit 8ca0aee25e
4 changed files with 18 additions and 4 deletions
@@ -14,6 +14,7 @@ export type ModalProps = {
subtitle?: string
withActions?: boolean
hideHeader?: boolean
className?: string
} & (
| { trigger: JSX.Element; isOpen?: never; onToggle?: never }
| {