UNPKG

@vnmfify/core

Version:

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

4 lines (3 loc) 213 B
export declare type InputAlign = "left" | "center" | "right"; export declare type InputColor = "primary" | "info" | "success" | "warning" | "danger"; export declare type InputClearTrigger = "always" | "focus";