Options
All
  • Public
  • Public/Protected
  • All
Menu

Functions

Functions

Const useExample

  • useExample(): Ref<string>

Returns an example ref.

Example

import { useExample } from '@denver-vue/captain-hooks';

const example = useExample();

console.log(example.value); // example

Returns Ref<string>

Ref

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.