mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
📝 fix className ts definition
This commit is contained in:
parent
7f6d7730e0
commit
28986d00e0
@ -55,6 +55,7 @@ export interface AffixProps {
|
||||
/** 设置 Affix 需要监听其滚动事件的元素,值为一个返回对应 DOM 元素的函数 */
|
||||
target?: () => Window | HTMLElement | null;
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
export interface AffixState {
|
||||
|
Loading…
Reference in New Issue
Block a user