UNPKG

@empathyco/x-components

Version:
26 lines (20 loc) 920 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [LocationProvider](./x-components.locationprovider.md) ## LocationProvider variable Location Provider component. This component injects the location with value passed as prop. **Signature:** ```typescript _default: import("vue").DefineComponent<{ location: { type: PropType<FeatureLocation>; required: true; }; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }> | "", unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ location: { type: PropType<FeatureLocation>; required: true; }; }>>, {}, {}> ```