Skip to content

Commit

Permalink
feat(core): export TooltipPlacement (#554)
Browse files Browse the repository at this point in the history
Co-authored-by: anastasiia_glushkova <[email protected]>
  • Loading branch information
glushkova91 and anastasiia_glushkova authored Sep 3, 2024
1 parent 31c5ec6 commit 5859b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export {
RenderInfo
} from './components/cat-select/cat-select';
export { objectArrayConnector, stringArrayConnector, stringMapConnector } from './components/cat-select/connectors';
export { TooltipPlacement } from './components/cat-tooltip/cat-tooltip';

0 comments on commit 5859b0b

Please sign in to comment.