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();
3535## Types
3636
3737``` ts
38- function useContentContainer(options ? : ContentContainerOptions ): ContentContainerReturn ;
38+ declare function useContentContainer(options ? : ContentContainerOptions ): ContentContainerReturn ;
3939
4040declare interface ContentContainerOptions {
4141 tag? : string ;
Original file line number Diff line number Diff 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
4141declare interface ContentHeadlineOptions {
4242 tag? : string ;
You can’t perform that action at this time.
0 commit comments