chore: type reorg
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
import { Children, PropsWithChildren } from "react"
|
||||
|
||||
import { CloseIcon } from "@/components/Icons"
|
||||
import { SidePeekContentProps } from "@/components/TempDesignSystem/SidePeek/types"
|
||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||
|
||||
import { SidePeekContentProps } from "./types"
|
||||
|
||||
import styles from "./content.module.css"
|
||||
|
||||
export default function Content({
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
export type SidePeekContentProps = {
|
||||
title?: string
|
||||
contentKey: string
|
||||
isActive?: boolean
|
||||
onClose?: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user