mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
fix: Layout component SiderProps type not exported (#34137)
This commit is contained in:
parent
537f4c357b
commit
246f90f03e
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user