[**@kazupon/jts-utils**](../../index.md)

---

[@kazupon/jts-utils](../../index.md) / types/vue

# types/vue

Vue type utilities

## Example

```ts
import type { MaybeRef, MaybeRefOrGetter } from '@kazupon/jts-utils/types/vue'
```

## Type Aliases

| Type Alias                                           | Description                                     |
| ---------------------------------------------------- | ----------------------------------------------- |
| [MaybeRef](type-aliases/MaybeRef.md)                 | define `ref` or premitive type                  |
| [MaybeRefOrGetter](type-aliases/MaybeRefOrGetter.md) | define `ref`, primitive type or getter function |
