mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 17:19:11 +08:00
ba999de764
* format: site code format * Conflicting * lint * rename
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
export interface SharedProps {
|
|
isZhCN: boolean;
|
|
isRTL: boolean;
|
|
isClient: boolean;
|
|
}
|