UNPKG

@blockstack/ui

Version:

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

5 lines (4 loc) 159 B
/// <reference types="react" /> import { SlideProps } from './types'; export declare function Slide(props: SlideProps): JSX.Element; export default Slide;