MCPcopy
hub / github.com/pqoqubbw/icons / StampIconHandle

Interface StampIconHandle

icons/stamp.tsx:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { cn } from "@/lib/utils";
9
10export interface StampIconHandle {
11 startAnimation: () => void;
12 stopAnimation: () => void;
13}
14
15interface StampIconProps extends HTMLAttributes<HTMLDivElement> {
16 size?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected