Skip to content

Commit

Permalink
HK-52 form init
Browse files Browse the repository at this point in the history
  • Loading branch information
xWyvernPx committed Oct 4, 2023
1 parent 2a95c5f commit e6f7456
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 332 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@storybook/addon-postcss": "^2.0.0",
"@tanstack/react-table": "^8.10.1",
"@uidotdev/usehooks": "^2.3.1",
"aws-sdk": "^2.1469.0",
"axios": "^1.5.1",
"chance": "^1.1.11",
"class-variance-authority": "^0.6.0",
Expand Down
98 changes: 80 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
declare module 'remoteApp/Button' {

interface ComponentProps {
name : string
}

const Button: React.FC<ComponentProps>;
export default Button;
}
declare module "remoteApp/Button" {
interface ComponentProps {
name: string;
}

const Button: React.FC<ComponentProps>;
export default Button;
}
Loading

0 comments on commit e6f7456

Please sign in to comment.