UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

10 lines (9 loc) 365 B
import { TutorialStepProps } from "./tutorial.types.js"; //#region src/tutorial/tutorialStep.d.ts declare function TutorialStep({ active, content, title, useContentTitle }: TutorialStepProps): import("react").JSX.Element; declare namespace TutorialStep { var displayName: string; } //#endregion export { TutorialStep }; //# sourceMappingURL=tutorialStep.d.ts.map