Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
import { TextBoxProps, TextBoxState } from '../typings';
/**
* @todo @deprecated styled-components ftw
*/
export interface ClassList {
input: string;
wrap: string;
}
export declare function toClassList(props: TextBoxProps, state: TextBoxState): ClassList;