mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: Add deprecated description
This commit is contained in:
parent
0e7834532b
commit
30bd606f83
@ -26,7 +26,7 @@ export interface DividerProps {
|
||||
orientation?: Orientation;
|
||||
vertical?: boolean;
|
||||
titlePlacement?: TitlePlacement;
|
||||
/** @deprecated */
|
||||
/** @deprecated please use `styles.content.margin` */
|
||||
orientationMargin?: string | number;
|
||||
className?: string;
|
||||
rootClassName?: string;
|
||||
|
@ -14,7 +14,6 @@ export interface ComponentToken {
|
||||
*/
|
||||
textPaddingInline: CSSProperties['paddingInline'];
|
||||
/**
|
||||
* @deprecated
|
||||
* @desc 文本与边缘距离,取值 0 ~ 1
|
||||
* @descEN Distance between text and edge, which should be a number between 0 and 1.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user