freighter-react-brand-kit
Version:
Brand kit for Freighter
7 lines • 400 B
TypeScript
import * as React from 'react';
import { IMadeWithLoveProps } from './typings/MadeWithLove';
import { IFreighterLogoProps } from './typings/FreighterLogo';
import { IHeartProps } from './typings/Heart';
declare const MadeWithLove: React.ComponentClass<IMadeWithLoveProps>;
declare const FreighterLogo: React.ComponentClass<IFreighterLogoProps>;
declare const Heart: React.ComponentClass<IHeartProps>;