Skip to main content

useStaticProps

Overview

useStaticProps

useStaticProps<StaticProps>(): `StaticProps`

A hook for accessing the static props for the current route.

Type parameters

NameType
StaticPropsextends Object = {}

Returns

StaticProps

The static props for the current route.

Defined in

hooks/StaticPropsContext.ts:27