Commit 7ffc34b3 authored by Mashiro's avatar Mashiro Committed by 偏右

fix: add property className into interface IHeaderSearchProps

parent 2553b04b
...@@ -6,6 +6,7 @@ export interface IHeaderSearchProps { ...@@ -6,6 +6,7 @@ export interface IHeaderSearchProps {
onChange?: (value: string) => void; onChange?: (value: string) => void;
onPressEnter?: (value: string) => void; onPressEnter?: (value: string) => void;
style?: React.CSSProperties; style?: React.CSSProperties;
className?: string;
} }
export default class HeaderSearch extends React.Component<IHeaderSearchProps, any> {} export default class HeaderSearch extends React.Component<IHeaderSearchProps, any> {}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment