Skip to content

Commit cfbf1ff

Browse files
committed
Update PreferenceText Props type
1 parent 2f8ddf5 commit cfbf1ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/common/src/components/Preference/PreferenceText.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ export type Props = {
66
value: string;
77
placeholder?: string;
88
isTextArea?: boolean;
9+
style?: React.CSSProperties;
10+
block?: boolean;
11+
rows?: number;
912
};
1013

1114
export default class PreferenceText extends React.PureComponent<Props> {

0 commit comments

Comments
 (0)