fix: Layout component SiderProps type not exported (#34137)

This commit is contained in:
Picsong 2022-02-21 13:16:27 +08:00 committed by GitHub
parent 537f4c357b
commit 246f90f03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ export { default as Image } from './image';
export type { InputNumberProps } from './input-number';
export { default as InputNumber } from './input-number';
export type { LayoutProps } from './layout';
export type { LayoutProps, SiderProps } from './layout';
export { default as Layout } from './layout';
export type { ListProps } from './list';