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