sonner-native
Version:
An opinionated toast component for React Native. A port of @emilkowalski's sonner.
7 lines • 468 B
TypeScript
import * as React from 'react';
import { type DynamicToastContextType, type StableToastContextType } from './types';
export declare const ToastContext: React.Context<StableToastContextType | null>;
export declare const DynamicToastContext: React.Context<DynamicToastContextType | null>;
export declare const useToastContext: () => StableToastContextType;
export declare const useDynamicToastContext: () => DynamicToastContextType;
//# sourceMappingURL=context.d.ts.map