UNPKG

@blockstack/ui

Version:

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

5 lines (4 loc) 192 B
/// <reference types="react" /> import { InputGroupProps } from './types'; declare const InputGroup: ({ children, size, ...props }: InputGroupProps) => JSX.Element; export { InputGroup };