@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
138 lines (137 loc) • 6.46 kB
Flow
// @flow
import * as Icons from "./icons";
declare export { Icons };
declare export { default as AirportIllustration } from "./AirportIllustration";
declare export { default as Alert, AlertButton } from "./Alert";
declare export { default as Badge } from "./Badge";
declare export { default as BadgeList, BadgeListItem } from "./BadgeList";
declare export { default as Box } from "./Box";
declare export { default as Breadcrumbs, BreadcrumbsItem } from "./Breadcrumbs";
declare export { default as Button } from "./Button";
declare export { default as ButtonGroup } from "./ButtonGroup";
declare export { default as ButtonLink } from "./ButtonLink";
declare export { default as ButtonMobileStore } from "./ButtonMobileStore";
declare export { default as CallOutBanner } from "./CallOutBanner";
declare export { default as CarrierLogo } from "./CarrierLogo";
declare export { default as Checkbox } from "./Checkbox";
declare export { default as ChoiceGroup } from "./ChoiceGroup";
declare export { default as Collapse } from "./Collapse";
declare export { default as CountryFlag } from "./CountryFlag";
declare export { default as Desktop } from "./deprecated/Desktop";
declare export { default as Dialog } from "./Dialog";
declare export { default as FeatureIcon } from "./FeatureIcon";
declare export { default as NotificationBadge } from "./NotificationBadge";
declare export { default as Wizard, WizardStep } from "./Wizard";
declare export { default as Card, CardSection } from "./Card";
declare export { default as Coupon } from "./Coupon";
declare export { default as Accordion, AccordionSection } from "./Accordion";
declare export { default as Portal } from "./Portal";
declare export { default as ClickOutside } from "./deprecated/ClickOutside";
declare export {
default as Modal,
ModalHeader,
ModalSection,
ModalFooter,
} from "./Modal";
declare export { default as Slider } from "./Slider";
declare export { default as calculateCountOf } from "./Slider/utils/calculateCountOf";
declare export { default as NavigationBar } from "./NavigationBar";
declare export { default as Drawer } from "./Drawer";
declare export { default as LinkList } from "./LinkList";
declare export {
default as Table,
TableBody,
TableCell,
TableRow,
TableHead,
TableFooter,
} from "./Table";
declare export { default as Layout, LayoutColumn } from "./Layout";
declare export { default as Grid } from "./utils/Grid";
declare export { default as Heading } from "./Heading";
declare export { default as Hide } from "./Hide";
declare export { default as HorizontalScroll } from "./HorizontalScroll";
declare export { default as Icon } from "./Icon";
declare export { default as Illustration } from "./Illustration";
declare export { default as Inline } from "./Inline";
declare export { default as InputField } from "./InputField";
declare export { default as InputFile } from "./InputFile";
declare export { default as InputGroup } from "./InputGroup";
declare export { default as InputSelect } from "./InputSelect";
declare export {
default as Itinerary,
ItinerarySegment,
ItinerarySegmentBanner,
ItineraryBadgeListItem,
ItinerarySeparator,
ItineraryStatus,
ItineraryBadgeList,
ItinerarySegmentStop,
ItinerarySegmentDetail,
} from "./Itinerary";
declare export { default as KeyValue } from "./deprecated/KeyValue";
declare export { default as List, ListItem } from "./List";
declare export { default as ListChoice } from "./ListChoice";
declare export { default as Loading } from "./Loading";
declare export { default as Mobile } from "./deprecated/Mobile";
declare export { default as Pagination } from "./Pagination";
declare export { default as Popover } from "./Popover";
declare export { default as Radio } from "./Radio";
declare export { default as Seat, SeatLegend } from "./Seat";
declare export { default as Select } from "./Select";
declare export { default as Skeleton } from "./Skeleton";
declare export { default as Separator } from "./Separator";
declare export { default as ServiceLogo } from "./ServiceLogo";
declare export { default as SkipLink } from "./SkipLink";
declare export { default as SkipNavigation } from "./SkipNavigation";
declare export { default as SegmentedSwitch } from "./SegmentedSwitch";
declare export {
SmartPassV1,
SmartPassV2,
SmartPassV3,
SmartPassV4,
SmartPassV5,
} from "./SmartPassIllustrations";
declare export { default as Switch } from "./Switch";
declare export { default as SocialButton } from "./SocialButton";
declare export { default as Stack } from "./Stack";
declare export { default as Stepper, StepperStateless } from "./Stepper";
declare export { default as StopoverArrow } from "./StopoverArrow";
declare export { default as Tag } from "./Tag";
declare export { default as Text } from "./Text";
declare export { ToastRoot, createToast, createToastPromise } from "./Toast";
declare export { default as Textarea } from "./Textarea";
declare export { default as TextLink } from "./TextLink";
declare export { default as OrbitProvider } from "./OrbitProvider";
declare export { default as Tile } from "./Tile";
declare export {
default as Tabs,
TabList,
Tab,
TabPanels,
TabPanel,
} from "./Tabs";
declare export { default as TileGroup } from "./TileGroup";
declare export { default as Timeline, TimelineStep } from "./Timeline";
declare export { default as Tooltip } from "./Tooltip";
declare export { default as Truncate } from "./Truncate";
declare export { default as defaultTheme } from "./defaultTheme";
export type { Theme } from "./defaultTheme";
declare export {
fromPlainObject,
getTokens,
} from "@kiwicom/orbit-design-tokens";
declare export { default as mediaQueries } from "./utils/mediaQuery";
declare export { default as useMediaQuery } from "./hooks/useMediaQuery";
declare export { default as useTheme } from "./hooks/useTheme";
declare export { default as useLockScrolling } from "./hooks/useLockScrolling";
declare export {
default as useRandomId,
useRandomIdSeed,
} from "./hooks/useRandomId";
declare export { default as useFocusTrap } from "./hooks/useFocusTrap";
declare export { default as useInterval } from "./hooks/useInterval";
declare export { default as BadgePrimitive } from "./primitives/BadgePrimitive";
declare export { default as IllustrationPrimitive } from "./primitives/IllustrationPrimitive";
declare export { default as ButtonPrimitive } from "./primitives/ButtonPrimitive";
declare export * as rtl from "./utils/rtl";