UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 188 B
import React from 'react'; type GalleryTitleProps = { isMobile?: boolean; }; export declare function GalleryTitle({ isMobile }: GalleryTitleProps): React.JSX.Element; export {};