Skip to content

Commit 0612e3d

Browse files
committed
docs(content): update content
1 parent 579bbf9 commit 0612e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/composables/use-content-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const { currentTag } = useContentContainer();
3535
## Types
3636

3737
```ts
38-
function useContentContainer(options?: ContentContainerOptions): ContentContainerReturn;
38+
declare function useContentContainer(options?: ContentContainerOptions): ContentContainerReturn;
3939

4040
declare interface ContentContainerOptions {
4141
tag?: string;

docs/src/composables/use-content-headline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const { currentTag } = useContentHeadline();
3636
## Types
3737

3838
```ts
39-
function useContentHeadline(options?: ContentHeadlineOptions): ContentHeadlineReturn;
39+
declare function useContentHeadline(options?: ContentHeadlineOptions): ContentHeadlineReturn;
4040

4141
declare interface ContentHeadlineOptions {
4242
tag?: string;

0 commit comments

Comments
 (0)