UNPKG

@vnmfify/core

Version:

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

4 lines (3 loc) 162 B
export { default } from "./input"; export type { InputProps } from "./input"; export type { InputColor, InputAlign, InputClearTrigger } from "./input.shared";