UNPKG

react-insta-stories

Version:
4 lines (3 loc) 161 B
import { HeaderProps } from "./../interfaces"; declare const Header: ({ profileImage, heading, subheading }: HeaderProps) => JSX.Element; export default Header;