UNPKG

hcmstorybook

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

9 lines (8 loc) 271 B
/// <reference types="react" /> export declare const FreeTextInput: ({ label, field_state, error_message, field_type, display_error }: { label: any; field_state: any; error_message: any; field_type: any; display_error: any; }) => JSX.Element;