UNPKG

@helpscout/artboard

Version:

A tool kit for React UI development and design

12 lines (11 loc) 287 B
import * as React from 'react'; declare class GuideContainer extends React.PureComponent<any> { static defaultProps: { position: string; width: string; height: string; zIndex: number; }; render(): JSX.Element; } export default GuideContainer;