@dfinity/gix-components
Version:
A UI kit developed by the GIX team
18 lines (17 loc) • 760 B
TypeScript
export * from "./components";
export * from "./constants/constants";
export * from "./icons";
export * from "./stores/busy.store";
export * from "./stores/layout.store";
export * from "./stores/menu.store";
export * from "./stores/theme.store";
export * from "./stores/toasts.store";
export * from "./stores/wizard.state";
export type { BusyState } from "./types/busy";
export type { ChipGroupItem } from "./types/chip-group";
export type { ProgressBarSegment } from "./types/progress-bar";
export type { ProgressStep, ProgressStepState } from "./types/progress-step";
export * from "./types/theme";
export type { ToastLevel, ToastMsg } from "./types/toast";
export type { WizardStep, WizardSteps } from "./types/wizard";
export * from "./utils/wizard.utils";