mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-06 02:15:35 +08:00
3d76859bbc
* style: add dropdown group title rtl style * fix margin * fix lint
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export interface SharedProps {
|
|
isZhCN: boolean;
|
|
isRTL: boolean;
|
|
}
|