unis_crm/frontend1/node_modules/antd/es/button/IconWrapper.d.ts

10 lines
320 B
TypeScript

import React from 'react';
export type IconWrapperProps = {
prefixCls: string;
className?: string;
style?: React.CSSProperties;
children?: React.ReactNode;
};
declare const IconWrapper: React.ForwardRefExoticComponent<IconWrapperProps & React.RefAttributes<HTMLSpanElement>>;
export default IconWrapper;