docs: export space-compact types (#6716)
parent
058e8ec542
commit
8b5d71663a
|
@ -1407,7 +1407,7 @@ In 2.0, an on-demand introduction method will be adopted:
|
|||
<smile-outlined />
|
||||
<a-button>
|
||||
<template v-slot:icon><smile-outlined /></template>
|
||||
</a-buttom>
|
||||
</a-button>
|
||||
</template>
|
||||
<script>
|
||||
import SmileOutlined from'@ant-design/icons-vue/SmileOutlined';
|
||||
|
|
|
@ -1406,7 +1406,7 @@ Github:[https://github.com/surely-vue/table]
|
|||
<smile-outlined />
|
||||
<a-button>
|
||||
<template v-slot:icon><smile-outlined /></template>
|
||||
</a-buttom>
|
||||
</a-button>
|
||||
</template>
|
||||
<script>
|
||||
import SmileOutlined from '@ant-design/icons-vue/SmileOutlined';
|
||||
|
|
|
@ -183,7 +183,7 @@ export type { SliderProps } from './slider';
|
|||
export { default as Slider } from './slider';
|
||||
|
||||
export type { SpaceProps } from './space';
|
||||
export { default as Space } from './space';
|
||||
export { default as Space, Compact } from './space';
|
||||
|
||||
export type { SpinProps } from './spin';
|
||||
export { default as Spin } from './spin';
|
||||
|
|
|
@ -183,6 +183,8 @@ declare module 'vue' {
|
|||
|
||||
ASpace: typeof import('ant-design-vue')['Space'];
|
||||
|
||||
ASpaceCompact: typeof import('ant-design-vue')['Compact'];
|
||||
|
||||
ASpin: typeof import('ant-design-vue')['Spin'];
|
||||
|
||||
AStatistic: typeof import('ant-design-vue')['Statistic'];
|
||||
|
|
Loading…
Reference in New Issue