docs: Add deprecated description

This commit is contained in:
刘欢 2025-05-30 15:23:52 +08:00
parent 0e7834532b
commit 30bd606f83
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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.
*/