Files
LogisicsApp_Client/src/Components/UI/index.ts

28 lines
845 B
TypeScript

export { Spinner, PageLoader, InlineLoader } from "./Spinner";
export type { SpinnerProps } from "./Spinner";
export { Alert } from "./Alert";
export type { AlertProps, AlertType } from "./Alert";
export { Button } from "./Button";
export type { ButtonProps } from "./Button";
export { Input } from "./Input";
export type { InputProps } from "./Input";
export { Textarea } from "./Textarea";
export { Select } from "./Select";
export { Toast } from "./Toast";
export type { ToastNotification } from "./Toast";
export { Modal } from "./ModalProps";
export { ConfirmDialog } from "./ConfirmDialog";
export { PageHeader } from "./PageHeader";
export { EmptyState } from "./EmptyState";
export { Badge } from "./Badge";
export { ArchiveButton } from "./ArchiveButton"
export { FileInput } from "./FailInput"
export {IconBtn} from "./IconBtn"