|
|
@ -1,11 +1,8 @@ |
|
|
|
import * as React from 'react'; |
|
|
|
import type { DerivativeFunc } from '@ant-design/cssinjs'; |
|
|
|
import type { Options } from 'scroll-into-view-if-needed'; |
|
|
|
import type { RequiredMark } from '../form/Form'; |
|
|
|
import type { Locale } from '../locale'; |
|
|
|
import type { AliasToken, MapToken, OverrideToken, SeedToken } from '../theme/interface'; |
|
|
|
import type { RenderEmptyHandler } from './defaultRenderEmpty'; |
|
|
|
import type { SizeType } from './SizeContext'; |
|
|
|
import type { ConfigProviderProps } from '.'; |
|
|
|
|
|
|
|
export const defaultIconPrefixCls = 'anticon'; |
|
|
|