File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const { currentTag } = useContentContainer();
35
35
## Types
36
36
37
37
``` ts
38
- function useContentContainer(options ? : ContentContainerOptions ): ContentContainerReturn ;
38
+ declare function useContentContainer(options ? : ContentContainerOptions ): ContentContainerReturn ;
39
39
40
40
declare interface ContentContainerOptions {
41
41
tag? : string ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const { currentTag } = useContentHeadline();
36
36
## Types
37
37
38
38
``` ts
39
- function useContentHeadline(options ? : ContentHeadlineOptions ): ContentHeadlineReturn ;
39
+ declare function useContentHeadline(options ? : ContentHeadlineOptions ): ContentHeadlineReturn ;
40
40
41
41
declare interface ContentHeadlineOptions {
42
42
tag? : string ;
You can’t perform that action at this time.
0 commit comments