Skip to content

Commit 0b3af1c

Browse files
chore: add DialIconButtonProps to index (#536)
1 parent a564ccd commit 0b3af1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export { DialBreadcrumbItem } from './components/Breadcrumb/BreadcrumbItem';
3737
// Buttons
3838
export { DialButton } from './components/Button/Button';
3939
export { DialIconButton } from './components/IconButton/IconButton';
40+
export type { DialIconButtonProps } from './components/IconButton/IconButton';
4041
export {
4142
DialErrorButton,
4243
DialNeutralButton,

0 commit comments

Comments
 (0)