Skip to content

Commit

Permalink
refactor(Upload): convert to TypeScript, impove docs and tests, close #…
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyYang committed Jul 4, 2024
1 parent 7b7325d commit 000aa10
Show file tree
Hide file tree
Showing 57 changed files with 3,110 additions and 2,963 deletions.
6 changes: 6 additions & 0 deletions components/locale/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ export interface BaseLocale extends LocaleConfig {
upload: {
delete: string;
};
image: {
cancel: string;
addPhoto: string;
download: string;
delete: string;
};
};
Search: {
buttonText: string;
Expand Down
257 changes: 0 additions & 257 deletions components/upload/__docs__/adaptor/index.jsx

This file was deleted.

Loading

0 comments on commit 000aa10

Please sign in to comment.