UNPKG

@blockstack/ui

Version:

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

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