Skip to content

Commit

Permalink
fix(split-button): ensure prop type definition is exported from index…
Browse files Browse the repository at this point in the history
….d.ts file

Exports the prop type definition from the index file as well as the functional component

fix #5049
  • Loading branch information
edleeks87 committed Apr 14, 2022
1 parent 110b90f commit 85b96c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/split-button/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default } from "./split-button";
export type { SplitButtonProps } from "./split-button";

0 comments on commit 85b96c5

Please sign in to comment.