UNPKG

77 BTypeScriptView Raw
1export interface StepsPropsType {
2 size?: string;
3 current?: number;
4}