flowbite-qwik
Version:
Official Qwik components built for Flowbite and Tailwind CSS
17 lines (16 loc) • 872 B
TypeScript
export declare const Jumbotron: (({ children, class: classNames, align, ...attrs }: Omit<{
align?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLDivElement>, "align"> & {
align?: "center" | "left" | "right";
}) => import("@builder.io/qwik").JSXOutput) & {
SubText: import("@builder.io/qwik").Component<{
align?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLHeadingElement> & {
tag?: "h2" | "h3" | "h4" | "h5" | "h6";
}>;
Heading: import("@builder.io/qwik").Component<{
align?: string | undefined;
} & import("@builder.io/qwik").HTMLElementAttrs & import("@builder.io/qwik").QwikAttributes<HTMLHeadingElement> & {
tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
}>;
};