feat(SW-325): added pois to the list and dynamic map
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { VariantProps } from "class-variance-authority"
|
||||
|
||||
import { poiVariants } from "@/components/Maps/Markers/Poi/variants"
|
||||
|
||||
export interface PoiMarkerProps extends VariantProps<typeof poiVariants> {
|
||||
size?: number
|
||||
className?: string
|
||||
}
|
||||
Reference in New Issue
Block a user