UNPKG

@react-goodies/hand-signed

Version:

[![Node.js CI](https://github.com/marborkowski/hand-signed/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/marborkowski/hand-signed/actions/workflows/node.js.yml)

4 lines (3 loc) 190 B
import * as React from "react"; import { HandSignedProps, Ref } from "./types"; export declare const HandSigned: React.ForwardRefExoticComponent<HandSignedProps & React.RefAttributes<Ref>>;