Latest updates from IceHrmPro
This commit is contained in:
11
web/node_modules/antd/es/space/index.d.ts
generated
vendored
Normal file
11
web/node_modules/antd/es/space/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { SizeType } from '../config-provider/SizeContext';
|
||||
export interface SpaceProps {
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
size?: SizeType | number;
|
||||
direction?: 'horizontal' | 'vertical';
|
||||
}
|
||||
declare const Space: React.FC<SpaceProps>;
|
||||
export default Space;
|
||||
Reference in New Issue
Block a user