Skip to content

Commit

Permalink
feat(plasma-ui): part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
shuga2704 committed Sep 16, 2024
1 parent 4b751ea commit a5ef211
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 43 deletions.
1 change: 1 addition & 0 deletions packages/plasma-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ build-sb
/src-linaria-temp
/css
!css/package.json
/src-linaria/**/*.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/plasma-ui/src-linaria/components/Button/Button.d.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ButtonComponent = component(mergedConfig);
/**
* Кнопка.
*/
export const Button = forwardRef<any, ButtonProps>((props, ref) => {
export const Button = forwardRef<any, ButtonProps | any>((props, ref) => {
const { text, children, ...rest } = props;

return (
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion packages/plasma-ui/src-linaria/index.d.ts

This file was deleted.

0 comments on commit a5ef211

Please sign in to comment.