@tolokoban/ui
Version:
React components with theme
16 lines • 619 B
TypeScript
export * from "./ErrorBoundary";
export { default as Color } from "./color";
export * from "./hooks";
export * from "./info";
export * from "./modal";
export type { ModalManagerInterface } from "./modal/types";
export * from "./theme";
export * from "./types";
export * from "./util/async";
export * from "./util/customize";
export * from "./util/event";
export * from "./view/icons/factory";
export { default as ViewGenericIcon } from "./view/icons/generic/generic-icon";
export * from "./view/index";
export type { GenericIconProps, Icon } from "./view/icons/generic/generic-icon";
//# sourceMappingURL=index.d.ts.map