UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

12 lines (11 loc) 402 B
import * as React from "react"; import { ThemeProps } from "../../theme"; export interface LogoWithCircleProps { animating?: boolean; disabled?: boolean; className?: string; } declare const LogoWithCircleThemed: React.FC<Pick<LogoWithCircleProps & ThemeProps, keyof LogoWithCircleProps> & { theme?: import("@emotion/react").Theme; }>; export { LogoWithCircleThemed as LogoWithCircle };