fix: add next level perks block
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import type { User } from "@/types/user"
|
||||
import { ReactNode } from "react"
|
||||
|
||||
export type ShortcutsProps = {
|
||||
shortcuts: User["shortcuts"]
|
||||
title: string | ReactNode
|
||||
subtitle?: string
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type HeadingLevel = "h1" | "h2" | "h3" | "h4" | "h5" | "h6"
|
||||
type HeadingLevel = "h1" | "h2" | "h3" | "h4" | "h5"
|
||||
|
||||
export interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement> {
|
||||
as?: HeadingLevel
|
||||
|
||||
Reference in New Issue
Block a user