Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
import type { LucideProps } from "lucide-react";
|
|
|
|
export type SVGComponent = (props: Omit<LucideProps, "ref">) => JSX.Element;
|