flowbite-qwik
Version:
Official Qwik components built for Flowbite and Tailwind CSS
46 lines (45 loc) • 2.04 kB
TypeScript
export declare const Avatar: import("@builder.io/qwik").Component<{
align?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLDivElement> & {
alt?: string;
bordered?: boolean;
img?: string | import("@builder.io/qwik").JSXOutput;
color?: "failure" | "gray" | "info" | "pink" | "purple" | "success" | "warning";
rounded?: boolean;
size?: "xs" | "sm" | "md" | "lg" | "xl";
stacked?: boolean;
status?: "away" | "busy" | "offline" | "online";
statusPosition?: "bottom-left" | "bottom-right" | "bottom-center" | "top-left" | "top-center" | "top-right" | "center-left" | "center" | "center-right";
placeholderInitials?: string;
}> & {
Group: import("@builder.io/qwik").Component<{
align?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLDivElement>>;
GroupCounter: import("@builder.io/qwik").Component<{
search?: string | undefined;
text?: string | undefined;
name?: string | undefined;
type?: string | undefined;
href?: string | undefined;
charset?: string | undefined;
coords?: string | undefined;
hreflang?: string | undefined;
ping?: string | undefined;
rel?: string | undefined;
rev?: string | undefined;
shape?: string | undefined;
hash?: string | undefined;
host?: string | undefined;
hostname?: string | undefined;
password?: string | undefined;
pathname?: string | undefined;
port?: string | undefined;
protocol?: string | undefined;
username?: string | undefined;
download?: any;
target?: import("@builder.io/qwik").HTMLAttributeAnchorTarget | undefined;
referrerPolicy?: ReferrerPolicy | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLAnchorElement> & {
total?: number;
}>;
};