@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
6 lines (5 loc) • 301 B
TypeScript
/// <reference types="react" />
import type { SmartSteps } from './PropTypes';
declare const Steps: import("react").FC<SmartSteps>;
export { Steps };
export { SmartSteps, SmartStepsEvents, SmartStepsExternalClassName, SmartStepsProps, SmartStepsOption, SmartStepsClickStepEvent, } from './PropTypes';