UNPKG

@fchh/fcos-suite-ui

Version:

Reusable UI components based on React and TailwindCSS for the Fab City OS Suite (initially funded by the Interfacer EU project).

8 lines (7 loc) 267 B
export interface SubFooterProps { alt?: string; src: string; position?: "left" | "center" | "right"; className?: string; } export declare function SubFooter({ alt, src, position, className, }: SubFooterProps): import("react/jsx-runtime").JSX.Element;