Skip to content

Commit

Permalink
fix(ci): ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Apr 3, 2024
1 parent 0c3893c commit ad82655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/design/src/input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Password from './Password';
import TextArea from './TextArea';

export * from 'antd/es/input';
export type { InputProps, InputLocale } from './Input';

type CompoundedComponent = React.ForwardRefExoticComponent<
InputProps & React.RefAttributes<InputRef>
Expand Down

0 comments on commit ad82655

Please sign in to comment.