MCPcopy
hub / github.com/crafter-station/petdex / PetBadgeConfig

Interface PetBadgeConfig

src/components/zh/use-pet-badges.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2type BadgePosition = "top-left" | "top-right" | "bottom-left" | "bottom-right";
3
4export interface PetBadgeConfig {
5 variant: BadgeVariant;
6 position: BadgePosition;
7}
8
9function hashSlug(slug: string): number {
10 let h = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected