UNPKG

98 BTypeScriptView Raw
1export interface StepsPropsType {
2 size?: string;
3 current?: number;
4 children: any[];
5}