@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
16 lines (14 loc) • 351 B
TypeScript
import { TutorialStepProps } from "./tutorial.types.js";
//#region src/tutorial/tutorialStep.d.ts
declare const TutorialStep: {
({
active,
content,
title,
useContentTitle
}: TutorialStepProps): import("react").JSX.Element;
displayName: string;
};
//#endregion
export { TutorialStep };
//# sourceMappingURL=tutorialStep.d.ts.map