/** * @import { Exposed, InternalExposed } from '#composables' */ /** * Creates a read-only, shallow-ref-unwrapping object to consume component exposed data. * * @returns { Exposed } A read-only, shallow-ref-unwrapping object to be provided * through an `exposed` prop to a component with proper `useExposed` support. * * @example * ```vue * * * * ``` */ export function useExposed(): Exposed; import type { Exposed } from '#composables'; //# sourceMappingURL=useExposed.d.ts.map