UNPKG

170 BTypeScriptView Raw
1import * as React from 'react';
2import type { StepProps } from '.';
3export default function useLegacyItems(items?: StepProps[], children?: React.ReactNode): StepProps[];