Skip to content

Commit

Permalink
chore: add public
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Feb 20, 2024
1 parent cb97e3e commit b6f2194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/x-components/src/composables/use-hybrid-inject.ts
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ import { computed, ComputedRef, inject } from 'vue';
* @param key - The key of the value to inject.
* @param defaultValue - The default value to use if the value is not provided.
* @returns The computed value of the injected value.
* @public
*/
export function useHybridInject<SomeValue>(
key: string,

0 comments on commit b6f2194

Please sign in to comment.