UNPKG

semantic-styled-ui

Version:

Set of UI components based of Semantic UI with Styled Components

11 lines (8 loc) 181 B
import * as React from "react" export interface HeroLogoProps { /** * text-based content */ children?: React.ReactNode } declare const HeroLogo: React.FC<HeroLogoProps>