@playbooks/ui
Version:
An interface library for Playbooks.
39 lines (35 loc) • 2.02 kB
TypeScript
// Generated by dts-bundle-generator v9.5.1
import { TailwindProps } from '@ehubbell/html';
import { IconPrefix } from '@fortawesome/fontawesome-svg-core';
export type HtmlProps = TailwindProps & {
id?: string;
ref?: any;
name?: string;
size?: string;
html?: any;
tabIndex?: any;
onClick?: (v?: any) => any;
onMouseEnter?: (v?: any) => any;
onMouseLeave?: (v?: any) => any;
tailwind?: TailwindProps & any;
className?: string;
style?: any;
children?: any;
};
export type IconProps = HtmlProps & {
type?: IconPrefix;
icon?: any;
wrapper?: any;
};
export declare const Icon: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const FabIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const FadIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const FalIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const FarIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const FasIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const WrappedFabIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const WrappedFadIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const WrappedFalIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const WrappedFarIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export declare const WrappedFasIcon: ({ name, icon, tailwind, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
export {};