All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.steps.steps-context.d.cts Maven / Gradle / Ivy

import { ReactNode } from 'react';
import { UseStepsContext } from './use-steps-context';
export interface StepsContextProps {
    children: (context: UseStepsContext) => ReactNode;
}
export declare const StepsContext: {
    (props: StepsContextProps): ReactNode;
    displayName: string;
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy