📝 fix className ts definition

This commit is contained in:
ycjcl868 2019-01-31 11:20:58 +08:00 committed by 偏右
parent 7f6d7730e0
commit 28986d00e0

View File

@ -55,6 +55,7 @@ export interface AffixProps {
/** 设置 Affix 需要监听其滚动事件的元素,值为一个返回对应 DOM 元素的函数 */
target?: () => Window | HTMLElement | null;
prefixCls?: string;
className?: string;
}
export interface AffixState {