Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 1.14 KB

WrapperModalProps.md

File metadata and controls

89 lines (49 loc) · 1.14 KB

[# Masa React

  • v2.3.14](../README.md) / Exports / WrapperModalProps

Interface: WrapperModalProps

Table of contents

Properties

Properties

children

Optional children: ReactNode


confirm

Optional confirm: string


decline

Optional decline: string


isOpen

Optional isOpen: boolean


onClose

Optional onClose: () => void

Type declaration

▸ (): void

Returns

void


onConfirm

Optional onConfirm: () => void

Type declaration

▸ (): void

Returns

void


onDecline

Optional onDecline: () => void

Type declaration

▸ (): void

Returns

void


title

Optional title: ReactNode