UNPKG

ponchojs

Version:

Poncho

8 lines (7 loc) 245 B
import React from 'react'; export declare const useStepContext: () => string; declare type ProviderProps = React.PropsWithChildren<{ id: string; }>; export declare const StepProvider: (props: ProviderProps) => JSX.Element; export {};