UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

4 lines (3 loc) 206 B
import { HelperTextType } from './types'; export declare const truncateText: (text: string, maxLength: number) => string; export declare const getHelperTextColor: (type: HelperTextType, theme: any) => any;