File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- import type { IconButtonSize } from '@momentum-design/components' ;
1+ import type { IconButtonSize , Button } from '@momentum-design/components' ;
22import { default as ButtonCircle } from './ButtonCircle' ;
33import type { Props } from './ButtonCircle.types' ;
44
55export type ButtonCircleProps = Props ;
66export type ButtonCircleSize = IconButtonSize ;
7+ export type ButtonRefType = Button ;
78
89export default ButtonCircle ;
Original file line number Diff line number Diff line change @@ -86,3 +86,4 @@ export { default as TabList } from './TabList';
8686export { default as TabPanel } from './TabPanel' ;
8787export { default as VirtualizedList } from './VirtualizedList' ;
8888export { default as SpatialNavigationProvider } from './SpatialNavigationProvider' ;
89+ export type { ButtonRefType } from './ButtonCircle' ;
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ export {
142142 TabPanel as TabPanelNext ,
143143 VirtualizedList ,
144144 SpatialNavigationProvider ,
145+ ButtonRefType ,
145146} from './components' ;
146147
147148export { PRESERVE_TABINDEX_CLASSNAME } from './utils/navigation' ;
You can’t perform that action at this time.
0 commit comments