Skip to content

Commit

Permalink
📝 fix className ts definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 authored and afc163 committed Jan 31, 2019
1 parent 7f6d773 commit 28986d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/affix/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export interface AffixProps {
/** 设置 Affix 需要监听其滚动事件的元素,值为一个返回对应 DOM 元素的函数 */
target?: () => Window | HTMLElement | null;
prefixCls?: string;
className?: string;
}

export interface AffixState {
Expand Down

0 comments on commit 28986d0

Please sign in to comment.