UNPKG

@retentful/core

Version:

This is the button widget that you import into the app

7 lines (6 loc) 136 B
import React from "react"; interface LogoProps { className: string; } declare const Logo: React.FC<LogoProps>; export default Logo;