We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2618c06 commit d969f02Copy full SHA for d969f02
1 file changed
typings/components/HelperText.d.ts
@@ -2,7 +2,7 @@ import * as React from 'react';
2
import { ThemeShape } from '../types';
3
4
export interface HelperTextProps {
5
- type: 'error' | 'info';
+ type?: 'error' | 'info';
6
visible?: boolean;
7
children: React.ReactNode;
8
style?: any;
0 commit comments