UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
7 lines (6 loc) 273 B
import { Dispatch, SetStateAction } from 'react'; type StorageInformationProps = { setStep: Dispatch<SetStateAction<number>>; }; export declare const DRepStorageInformation: ({ setStep, }: StorageInformationProps) => import("react/jsx-runtime").JSX.Element; export {};