Skip to content

Commit

Permalink
fix: 修复 affix 导出问题
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin committed Mar 3, 2022
1 parent 930fd3d commit 1a2f705
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/affix/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import Affix from './Affix';
import _Affix from './Affix';

import './style/index.js';

export { Affix };

export type { AffixProps, AffixRef } from './Affix';
export * from './type';

export const Affix = _Affix;
export default Affix;

0 comments on commit 1a2f705

Please sign in to comment.