UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

3 lines (2 loc) 147 B
export declare type StepperActionType = "decrease" | "increase"; export declare type StepperShape = "square" | "rounded" | "circular" | "round";