36 lines
1.1 KiB
TypeScript
36 lines
1.1 KiB
TypeScript
declare module 'lucide-react/dist/esm/icons/circle' {
|
|
const CircleIcon: any;
|
|
export default CircleIcon;
|
|
}
|
|
declare module 'lucide-react/dist/esm/icons/check' {
|
|
import * as React from 'react';
|
|
const CheckIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
export default CheckIcon;
|
|
}
|
|
declare module 'lucide-react/dist/esm/icons/chevron-right' {
|
|
import * as React from 'react';
|
|
const ChevronRightIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
export default ChevronRightIcon;
|
|
}
|
|
declare module 'lucide-react/dist/esm/icons/circle' {
|
|
import * as React from 'react';
|
|
const CircleIcon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
export default CircleIcon;
|
|
}
|
|
}
|
|
declare module 'lucide-react/dist/esm/icons/chevron-left' {
|
|
const ChevronLeft: any;
|
|
export default ChevronLeft;
|
|
}
|
|
declare module 'lucide-react/dist/esm/icons/chevron-right' {
|
|
const ChevronRight: any;
|
|
export default ChevronRight;
|
|
}
|
|
declare module 'lucide-react/dist/esm/icons/more-horizontal' {
|
|
const MoreHorizontal: any;
|
|
export default MoreHorizontal;
|
|
}
|
|
declare module 'lucide-react/dist/esm/icons/chevron-down' {
|
|
const ChevronDownIcon: any;
|
|
export default ChevronDownIcon;
|
|
}
|