UNPKG

ponchojs

Version:

Poncho

7 lines (6 loc) 173 B
import React from 'react'; declare type Props = React.PropsWithChildren<{ id: string; }>; export declare const FormStep: (props: Props) => JSX.Element; export {};