UNPKG

voicebot-react-native-expo

Version:

This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo

13 lines 561 B
import * as React from 'react'; /** @alpha */ export interface SettingsMenuToggleProps extends React.ButtonHTMLAttributes<HTMLButtonElement> { } /** * The `SettingsMenuToggle` component is a button that toggles the visibility of the `SettingsMenu` component. * @remarks * For the component to have any effect it has to live inside a `LayoutContext` context. * * @alpha */ export declare const SettingsMenuToggle: (props: SettingsMenuToggleProps & React.RefAttributes<HTMLButtonElement>) => React.ReactNode; //# sourceMappingURL=SettingsMenuToggle.d.ts.map