Skip to content

Commit

Permalink
fix: treeUtil export
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Dec 1, 2023
1 parent dd9a6aa commit d6497c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/semi-foundation/tree/foundation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import {
calcDropActualPosition
} from './treeUtil';

export { KeyMapProps } from './treeUtil';
import type { KeyMapProps } from './treeUtil';
export type { KeyMapProps };

export interface BasicTreeNodeProps {
[x: string]: any;
Expand Down
1 change: 0 additions & 1 deletion src/components/IconList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const _t = id => <FormattedMessage id={id} />;

const IconList = props => {

console.log('render');
const data = useStaticQuery(graphql`
query {
semiIconNodeType {
Expand Down

0 comments on commit d6497c2

Please sign in to comment.