feat(SW-650): added sitewide alert to use sticky position hook
This commit is contained in:
5
components/SitewideAlert/sitewideAlert.ts
Normal file
5
components/SitewideAlert/sitewideAlert.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Alert } from "@/types/trpc/routers/contentstack/siteConfig"
|
||||
|
||||
export interface SitewideAlertProps {
|
||||
alert: Alert
|
||||
}
|
||||
Reference in New Issue
Block a user