UNPKG

@helpscout/artboard

Version:

A tool kit for React UI development and design

4 lines (3 loc) 167 B
/// <reference types="react" /> import { Props } from '../Artboard/Artboard.types'; export default function withArtboard(props?: Props): (render: any) => JSX.Element;