UNPKG

@blockstack/ui

Version:

Blockstack UI components built using React and styled-components with styled-system.

4 lines (3 loc) 149 B
/// <reference types="react" /> import { FadeProps } from './types'; export declare const Fade: ({ timeout, ...rest }: FadeProps) => JSX.Element;