mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
type: Remove unused className from Tour props (#51059)
This commit is contained in:
parent
d0bcb188ee
commit
7d296090db
@ -6,7 +6,6 @@ import type {
|
||||
|
||||
export interface TourProps extends Omit<RCTourProps, 'renderPanel'> {
|
||||
steps?: TourStepProps[];
|
||||
className?: string;
|
||||
prefixCls?: string;
|
||||
current?: number;
|
||||
indicatorsRender?: (current: number, total: number) => ReactNode;
|
||||
|
Loading…
Reference in New Issue
Block a user