@c15t/react
Version:
Developer-first CMP for React: cookie banner, consent manager, preferences centre. GDPR ready with minimal setup and rich customization
8 lines • 300 B
TypeScript
import { type ElementType, type JSX, type SVGProps } from 'react';
type LucideIconProps = SVGProps<SVGSVGElement> & {
title: string;
iconPath: JSX.Element;
};
export declare const LucideIcon: ({ title, iconPath }: LucideIconProps) => ElementType;
export {};
//# sourceMappingURL=icon.d.ts.map