mirror of
https://github.com/oekazuma/svelte-meta-tags.git
synced 2025-12-11 20:15:14 +01:00
docs: changed to import types and components separately
This commit is contained in:
parent
722245a8a8
commit
cd571007c6
@ -769,7 +769,8 @@ You can import and use the types `MetaTagsProps` and `JsonLdProps`.
|
||||
|
||||
```svelte
|
||||
<script lang="ts">
|
||||
import { MetaTags, JsonLd, MetaTagsProps, JsonLdProps } from 'svelte-meta-tags';
|
||||
import { MetaTags, JsonLd } from 'svelte-meta-tags';
|
||||
import type { MetaTagsProps, JsonLdProps } from 'svelte-meta-tags';
|
||||
|
||||
const metatags: MetaTagsProps = {
|
||||
title: 'Types Page Title | Svelte Meta Tags',
|
||||
|
||||
3450
pnpm-lock.yaml
generated
3450
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user