UNPKG

carbon-components-angular

Version:
15 lines (14 loc) 296 B
/** * A directive for applying styling to an input element. * * Example: * * ```html * <input ibmText/> * ``` * * See the [vanilla carbon docs](http://www.carbondesignsystem.com/components/text-input/code) for more detail. */ export declare class TextInput { inputClass: boolean; }