Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / VowelSettingsModalProps

Interface: VowelSettingsModalProps

Defined in: lib/vowel/components/VowelSettingsModal.tsx:42

VowelSettingsModal component props

Properties

PropertyTypeDescriptionDefined in
isOpenbooleanWhether modal is openlib/vowel/components/VowelSettingsModal.tsx:44
onClose() => voidClose handlerlib/vowel/components/VowelSettingsModal.tsx:47
client?Vowel | nullOptional Vowel client instance (will use useVowel() hook if not provided)lib/vowel/components/VowelSettingsModal.tsx:50
className?stringCustom classNamelib/vowel/components/VowelSettingsModal.tsx:53