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.

6 lines (5 loc) 467 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"; export { type CloseEvent, Tutorial, TutorialCard, type TutorialCardProps, type TutorialDataStep, type TutorialProps, TutorialStep, type TutorialStepProps, type TutorialStepWrapper };