Functions

useSuperglue()

useSuperglue(): SuperglueState

A lightweight hook that grabs the superglue state from the store.

Returns

SuperglueState

Defined in

lib/hooks/index.ts:7


useContent()

useContent<T>(): T

A lightweight hook that grabs the current page's content from the store.

Type Parameters

Type Parameter
Default type

T

Returns

T

Defined in

lib/hooks/index.ts:14

Last updated

Was this helpful?