UNPKG

voicebot-react-native-expo

Version:

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

20 lines 669 B
import * as React from 'react'; /** @public */ export interface ClearPinButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> { } /** * The `ClearPinButton` is a basic html button with the added ability to signal * the `LayoutContext` that it should display the grid view again. * @remarks * This component works only inside a `LayoutContext`. * * @example * ```tsx * <LiveKitRoom> * <ClearPinButton>Back to grid view</ClearPinButton> * </LiveKitRoom> * ``` * @public */ export declare const ClearPinButton: (props: ClearPinButtonProps & React.RefAttributes<HTMLButtonElement>) => React.ReactNode; //# sourceMappingURL=ClearPinButton.d.ts.map