juny-react-style / Exports / MacContainerProps
-
MacContainerWrapElementProps
↳
MacContainerProps
- backgroundColor
- body
- borderRadius
- children
- header
- height
- onClose
- onHidden
- onMinimize
- overflow
- padding
- theme
- width
• Optional
backgroundColor: string
MacContainerWrapElementProps.backgroundColor
src/component/macContainer/MacContainer.type.ts:26
• Optional
body: MacContainerBody
src/component/macContainer/MacContainer.type.ts:39
• Optional
borderRadius: string
MacContainerWrapElementProps.borderRadius
src/component/macContainer/MacContainer.type.ts:25
• Optional
children: ReactNode
src/component/macContainer/MacContainer.type.ts:40
• Optional
header: MacContainerHeaderProps
src/component/macContainer/MacContainer.type.ts:38
• Optional
height: string
MacContainerWrapElementProps.height
src/component/macContainer/MacContainer.type.ts:24
• Optional
onClose: () => void
▸ (): void
void
MacContainerWrapElementProps.onClose
src/component/macContainer/MacContainer.type.ts:5
onHidden
• Optional
onHidden: () => void
▸ (): void
void
MacContainerWrapElementProps.onHidden
src/component/macContainer/MacContainer.type.ts:7
• Optional
onMinimize: () => void
▸ (): void
void
MacContainerWrapElementProps.onMinimize
src/component/macContainer/MacContainer.type.ts:6
• Optional
overflow: string
MacContainerWrapElementProps.overflow
src/component/macContainer/MacContainer.type.ts:29
• Optional
padding: string
MacContainerWrapElementProps.padding
src/component/macContainer/MacContainer.type.ts:27
• Optional
theme: default
MacContainerWrapElementProps.theme
src/component/macContainer/MacContainer.type.ts:28
• Optional
width: string
MacContainerWrapElementProps.width