Skip to content

Commit

Permalink
Fix type export
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Jan 9, 2025
1 parent 79ae0a3 commit 7f732c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rancher-components/src/components/RcButton/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default as RcButton } from './RcButton.vue';
export { RcButtonType } from './types';
export type { RcButtonType } from './types';

0 comments on commit 7f732c9

Please sign in to comment.