Files
calendar/packages/types/SVGComponent.d.ts
T

4 lines
127 B
TypeScript

import type { LucideProps } from "lucide-react";
export type SVGComponent = (props: Omit<LucideProps, "ref">) => JSX.Element;