@letanure/resend-cli
Version:
A command-line interface for Resend email API
15 lines • 565 B
TypeScript
interface InputWithSelectorProps {
label: string;
value: string;
onChange: (value: string) => void;
placeholder?: string;
helpText?: string;
isFocused?: boolean;
error?: string;
labelWidth?: number;
disabled?: boolean;
onSelectorOpen?: () => void;
}
export declare const InputWithSelector: ({ label, value, onChange, placeholder, helpText, isFocused, error, labelWidth, disabled, onSelectorOpen, }: InputWithSelectorProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=InputWithSelector.d.ts.map