UNPKG

@carbon/react

Version:

React components for the Carbon Design System

10 lines (9 loc) 297 B
export function textInputProps({ sharedTextInputProps, invalid, invalidId, warn, warnId, hasHelper, helperId, }: { sharedTextInputProps: object; invalid?: boolean; invalidId?: string; warn?: boolean; warnId?: string; hasHelper?: boolean; helperId?: string; }): object;