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.

5 lines (4 loc) 284 B
import { CloseEvent, TutorialCardProps, TutorialDataStep, TutorialProps, TutorialStepProps, TutorialStepWrapper } from "./tutorial.types.js"; import { Tutorial } from "./tutorial.js"; import { TutorialCard } from "./tutorialCard.js"; import { TutorialStep } from "./tutorialStep.js";