fix(LOY-196): replace employee number with dummy value
add support for className to modal
This commit is contained in:
@@ -14,6 +14,7 @@ export type ModalProps = {
|
||||
subtitle?: string
|
||||
withActions?: boolean
|
||||
hideHeader?: boolean
|
||||
className?: string
|
||||
} & (
|
||||
| { trigger: JSX.Element; isOpen?: never; onToggle?: never }
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user