mt-flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
52 lines (51 loc) • 1.81 kB
TypeScript
import type { LucideIcon, LucideProps } from 'lucide-react';
interface IconXProps {
name: string;
}
/**
* 使用内置名称图标名称,渲染图标
* @param param0
* @returns
*/
export declare const IconX: ({ name }: IconXProps) => import("react/jsx-runtime").JSX.Element;
export type Icon = LucideIcon;
export declare const Icons: {
bug: LucideIcon;
logo: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
close: LucideIcon;
spinner: LucideIcon;
chevronLeft: LucideIcon;
chevronRight: LucideIcon;
trash: LucideIcon;
post: LucideIcon;
page: LucideIcon;
media: LucideIcon;
settings: LucideIcon;
billing: LucideIcon;
ellipsis: LucideIcon;
add: LucideIcon;
warning: LucideIcon;
user: LucideIcon;
arrowRight: LucideIcon;
help: LucideIcon;
pizza: LucideIcon;
twitter: LucideIcon;
check: LucideIcon;
copy: LucideIcon;
copyDone: LucideIcon;
sun: LucideIcon;
moon: LucideIcon;
laptop: LucideIcon;
search: LucideIcon;
gitHub: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
radix: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
npm: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
yarn: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
pnpm: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
react: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
tailwind: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
FolderIcon: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
edit: (props: LucideProps) => import("react/jsx-runtime").JSX.Element;
LinkOutlined: () => import("react/jsx-runtime").JSX.Element;
};
export {};