import { Badge_StyleProps } from './atoms/Badge.types'; import { Button_StyleProps } from './atoms/Button.types'; import { Chip_StyleProps } from './atoms/Chip.types'; import { Flag_StyleProps } from './atoms/Flag.types'; import { Icon_StyleProps } from './atoms/Icon.types'; import { Image_StyleProps } from './atoms/Image.types'; import { Link_StyleProps } from './atoms/Link.types'; import { Loader_StyleProps } from './atoms/Loader.types'; import { Logo_StyleProps } from './atoms/Logo.types'; import { Pictogram_StyleProps } from './atoms/Pictogram.types'; import { Profile_StyleProps } from './atoms/Profile.types'; import { ProgressBar_StyleProps } from './atoms/ProgressBar.types'; import { SafeSpace_StyleProps } from './atoms/SafeSpace.types'; import { Shape_StyleProps } from './atoms/Shape.types'; import { Skeleton_StyleProps } from './atoms/Skeleton.types'; import { SmilingZ_StyleProps } from './atoms/SmilingZ.types'; import { SocialMediaIcon_StyleProps } from './atoms/SocialMediaIcon.types'; import { Tag_StyleProps } from './atoms/Tag.types'; import { Toast_StyleProps } from './atoms/Toast.types'; import { Tooltip_StyleProps } from './atoms/Tooltip.types'; import { BarChart_StyleProps } from './data/BarChart.types'; import { BoxPlotChart_StyleProps } from './data/BoxPlotChart.types'; import { DonutChart_StyleProps } from './data/DonutChart.types'; import { GanntChart_StyleProps } from './data/GanntChart.types'; import { GroupBarChart_StyleProps } from './data/GroupBarChart.types'; import { Heatmap_StyleProps } from './data/Heatmap.types'; import { Histogram_StyleProps } from './data/Histogram.types'; import { KpiValue_StyleProps } from './data/KpiValue.types'; import { LineChart_StyleProps } from './data/LineChart.types'; import { MetricProgress_StyleProps } from './data/MetricProgress.types'; import { PieChart_StyleProps } from './data/PieChart.types'; import { ScatterPlotChart_StyleProps } from './data/ScatterPlotChart.types'; import { StackedBarChart_StyleProps } from './data/StackedBarChart.types'; import { WaterfallChart_StyleProps } from './data/WaterfallChart.types'; import { BooleanIcon_StyleProps } from './inputs/BooleanIcon.types'; import { Checkbox_StyleProps } from './inputs/Checkbox.types'; import { ColorInput_StyleProps } from './inputs/ColorInput.types'; import { DateInput_StyleProps } from './inputs/DateInput.types'; import { MultiSelectableCards_StyleProps } from './inputs/MultiSelectableCards.types'; import { NumberInput_StyleProps } from './inputs/NumberInput.types'; import { PasswordInput_StyleProps } from './inputs/PasswordInput.types'; import { RadioSelect_StyleProps } from './inputs/RadioSelect.types'; import { Rating_StyleProps } from './inputs/Rating.types'; import { SegmentedControl_StyleProps } from './inputs/SegmentedControl.types'; import { SelectableCards_StyleProps } from './inputs/SelectableCards.types'; import { SelectionTag_StyleProps } from './inputs/SelectionTag.types'; import { Switch_StyleProps } from './inputs/Switch.types'; import { TextInput_StyleProps } from './inputs/TextInput.types'; import { Textarea_StyleProps } from './inputs/Textarea.types'; import { TimeInput_StyleProps } from './inputs/TimeInput.types'; import { Accordion_StyleProps } from './layouts/Accordion.types'; import { ActionMenu_StyleProps } from './layouts/ActionMenu.types'; import { ButtonGroup_StyleProps } from './layouts/ButtonGroup.types'; import { Card_StyleProps } from './layouts/Card.types'; import { Fieldset_StyleProps } from './layouts/Fieldset.types'; import { Figure_StyleProps } from './layouts/Figure.types'; import { FloatingBanner_StyleProps } from './layouts/FloatingBanner.types'; import { Form_StyleProps } from './layouts/Form.types'; import { InputGroup_StyleProps } from './layouts/InputGroup.types'; import { Modal_StyleProps } from './layouts/Modal.types'; import { SideMenu_StyleProps } from './layouts/SideMenu.types'; import { Sidebar_StyleProps } from './layouts/Sidebar.types'; import { SnapScroll_StyleProps } from './layouts/SnapScroll.types'; import { Table_StyleProps } from './layouts/Table.types'; import { Tabs_StyleProps } from './layouts/Tabs.types'; import { ActionCard_StyleProps } from './molecules/ActionCard.types'; import { Alert_StyleProps } from './molecules/Alert.types'; import { ArticleCard_StyleProps } from './molecules/ArticleCard.types'; import { Avatar_StyleProps } from './molecules/Avatar.types'; import { AvatarList_StyleProps } from './molecules/AvatarList.types'; import { Breadcrumbs_StyleProps } from './molecules/Breadcrumbs.types'; import { EmptyState_StyleProps } from './molecules/EmptyState.types'; import { EventListItem_StyleProps } from './molecules/EventListItem.types'; import { ImageStage_StyleProps } from './molecules/ImageStage.types'; import { ListItem_StyleProps } from './molecules/ListItem.types'; import { Promo_StyleProps } from './molecules/Promo.types'; import { Quote_StyleProps } from './molecules/Quote.types'; import { ShareBar_StyleProps } from './molecules/ShareBar.types'; import { ShareButton_StyleProps } from './molecules/ShareButton.types'; import { Stage_StyleProps } from './molecules/Stage.types'; import { StageBanner_StyleProps } from './molecules/StageBanner.types'; import { Tile_StyleProps } from './molecules/Tile.types'; import { Footer_StyleProps } from './organisms/Footer.types'; import { MobileNavBar_StyleProps } from './organisms/MobileNavBar.types'; import { Navigation_StyleProps } from './organisms/Navigation.types'; /** */ export interface ZDS_CSS_Styles extends Badge_StyleProps, Button_StyleProps, Chip_StyleProps, Flag_StyleProps, Icon_StyleProps, Image_StyleProps, Link_StyleProps, Loader_StyleProps, Logo_StyleProps, Pictogram_StyleProps, Profile_StyleProps, ProgressBar_StyleProps, SafeSpace_StyleProps, Shape_StyleProps, Skeleton_StyleProps, SmilingZ_StyleProps, SocialMediaIcon_StyleProps, Tag_StyleProps, Toast_StyleProps, Tooltip_StyleProps, BarChart_StyleProps, BoxPlotChart_StyleProps, DonutChart_StyleProps, GanntChart_StyleProps, GroupBarChart_StyleProps, Heatmap_StyleProps, Histogram_StyleProps, KpiValue_StyleProps, LineChart_StyleProps, MetricProgress_StyleProps, PieChart_StyleProps, ScatterPlotChart_StyleProps, StackedBarChart_StyleProps, WaterfallChart_StyleProps, BooleanIcon_StyleProps, Checkbox_StyleProps, ColorInput_StyleProps, DateInput_StyleProps, MultiSelectableCards_StyleProps, NumberInput_StyleProps, PasswordInput_StyleProps, RadioSelect_StyleProps, Rating_StyleProps, SegmentedControl_StyleProps, SelectableCards_StyleProps, SelectionTag_StyleProps, Switch_StyleProps, TextInput_StyleProps, Textarea_StyleProps, TimeInput_StyleProps, Accordion_StyleProps, ActionMenu_StyleProps, ButtonGroup_StyleProps, Card_StyleProps, Fieldset_StyleProps, Figure_StyleProps, FloatingBanner_StyleProps, Form_StyleProps, InputGroup_StyleProps, Modal_StyleProps, SideMenu_StyleProps, Sidebar_StyleProps, SnapScroll_StyleProps, Table_StyleProps, Tabs_StyleProps, ActionCard_StyleProps, Alert_StyleProps, ArticleCard_StyleProps, Avatar_StyleProps, AvatarList_StyleProps, Breadcrumbs_StyleProps, EmptyState_StyleProps, EventListItem_StyleProps, ImageStage_StyleProps, ListItem_StyleProps, Promo_StyleProps, Quote_StyleProps, ShareBar_StyleProps, ShareButton_StyleProps, Stage_StyleProps, StageBanner_StyleProps, Tile_StyleProps, Footer_StyleProps, MobileNavBar_StyleProps, Navigation_StyleProps { }