feat(SW-190): added hero to static content pages
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
export interface MaxWidthProps extends React.HTMLAttributes<HTMLElement> {
|
||||
import { VariantProps } from "class-variance-authority"
|
||||
|
||||
import { maxWidthVariants } from "@/components/MaxWidth/variants"
|
||||
|
||||
export interface MaxWidthProps
|
||||
extends React.HTMLAttributes<HTMLElement>,
|
||||
VariantProps<typeof maxWidthVariants> {
|
||||
tag?: "article" | "div" | "main" | "section"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user