@letanure/resend-cli
Version:
A command-line interface for Resend email API
12 lines • 417 B
TypeScript
interface UseContactSelectorProps {
audienceId: string;
onSelect: (contactId: string) => void;
}
export declare function useContactSelector({ audienceId, onSelect }: UseContactSelectorProps): {
isOpen: boolean;
openSelector: () => void;
closeSelector: () => void;
selectorComponent: import("react/jsx-runtime").JSX.Element | null;
};
export {};
//# sourceMappingURL=useContactSelector.d.ts.map