UNPKG

@rcb-plugins/input-validator

Version:

A lightweight plugin to validate user input with visual feedbacks in React ChatBotify!

11 lines 303 B
/** * Defines the return result from validateTextInput and validateFileInput. */ export type ValidationResult = { success?: boolean; promptContent?: string; promptType?: string; promptDuration?: number; highlightTextArea?: boolean; }; //# sourceMappingURL=ValidationResult.d.ts.map