juny-react-style / Exports / AlertWrapProps
-
StyledAlertProps
↳
AlertWrapProps
- $active
- $animation
- $backgroundColor
- $columnGap
- $cursor
- $hiddenChildren
- $isExiting
- $level
- $maxHeight
- $maxWidth
- $onClick
- $opacity
- $topChildren
- children
- gap
- index
- position
• Optional
$active: boolean
StyledAlertProps.$active
src/component/Alert/Alert.type.ts:28
• Optional
$animation: boolean
StyledAlertProps.$animation
src/component/Alert/Alert.type.ts:30
• Optional
$backgroundColor: string
src/component/AlertWrap/AlertWrap.type.ts:13
• Optional
$columnGap: string
StyledAlertProps.$columnGap
src/component/Alert/Alert.type.ts:24
• Optional
$cursor: CursorType
StyledAlertProps.$cursor
src/component/Alert/Alert.type.ts:29
• Optional
$hiddenChildren: boolean
src/component/AlertWrap/AlertWrap.type.ts:12
• Optional
$isExiting: boolean
src/component/AlertWrap/AlertWrap.type.ts:9
• Optional
$level: "default"
| "primary"
| "secondary"
| "info"
| "success"
| "danger"
| "warning"
src/component/AlertWrap/AlertWrap.type.ts:8
• Optional
$maxHeight: string
StyledAlertProps.$maxHeight
src/component/Alert/Alert.type.ts:27
• Optional
$maxWidth: string
StyledAlertProps.$maxWidth
src/component/Alert/Alert.type.ts:26
• Optional
$onClick: () => void
▸ (): void
void
src/component/AlertWrap/AlertWrap.type.ts:10
• Optional
$opacity: string
StyledAlertProps.$opacity
src/component/Alert/Alert.type.ts:25
• Optional
$topChildren: ReactNode
src/component/AlertWrap/AlertWrap.type.ts:11
• Optional
children: ReactNode
src/component/AlertWrap/AlertWrap.type.ts:7
• Optional
gap: string
StyledAlertProps.gap
src/component/Alert/Alert.type.ts:23
• Optional
index: number
StyledAlertProps.index
src/component/Alert/Alert.type.ts:22
• position: undefined
| "top-right"
| "top-center"
| "top-left"
| "middle-left"
| "middle-center"
| "middle-right"
| "bottom-left"
| "bottom-center"
| "bottom-right"
StyledAlertProps.position