mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
fix: Space missing TS def (#30590)
This commit is contained in:
parent
f3d5470804
commit
9b60c54995
@ -13,7 +13,7 @@ export const SpaceContext = React.createContext({
|
||||
|
||||
export type SpaceSize = SizeType | number;
|
||||
|
||||
export interface SpaceProps {
|
||||
export interface SpaceProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
|
Loading…
Reference in New Issue
Block a user