Skip to content

Commit

Permalink
fix: numner-keyboard type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Aug 27, 2021
1 parent 70d52c1 commit 6e19ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/number-keyboard/PropsType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type KeyConfig = {
};

export interface NumberKeyboardProps extends BaseTypeProps {
visible?: boolean;
visible: boolean;
title?: React.ReactNode;
numberKeyRender?: (item: KeyConfig) => React.ReactNode;
deleteRender?: () => React.ReactNode;
Expand Down

0 comments on commit 6e19ae8

Please sign in to comment.