feat(SW-827): Added type
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
|||||||
KingBedSmallIcon,
|
KingBedSmallIcon,
|
||||||
} from "@/components/Icons"
|
} from "@/components/Icons"
|
||||||
|
|
||||||
import { IconProps } from "@/types/components/icon"
|
import type { IconProps } from "@/types/components/icon"
|
||||||
|
|
||||||
export function getBedIcon(name: string): FC<IconProps> | null {
|
export function getBedIcon(name: string): FC<IconProps> | null {
|
||||||
const iconMappings = [
|
const iconMappings = [
|
||||||
|
|||||||
Reference in New Issue
Block a user