Browse Source

fix: add property className into interface IHeaderSearchProps

pull/1648/head
Mashiro 8 years ago
committed by 偏右
parent
commit
7ffc34b3d4
  1. 1
      src/components/HeaderSearch/index.d.ts

1
src/components/HeaderSearch/index.d.ts

@ -6,6 +6,7 @@ export interface IHeaderSearchProps {
onChange?: (value: string) => void;
onPressEnter?: (value: string) => void;
style?: React.CSSProperties;
className?: string;
}
export default class HeaderSearch extends React.Component<IHeaderSearchProps, any> {}

Loading…
Cancel
Save