UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

7 lines 211 B
type Props = { className?: string; fill?: string; }; export declare const Cookie: ({ className, fill, }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=cookie.d.ts.map