UNPKG

react-native-paper-portal

Version:
7 lines (6 loc) 138 B
interface IUseKey { generateKey(): string; removeKey(key: string): void; } export declare const useKey: () => IUseKey; export {};