@cbpds/react-components
Version:
React components encapsulating the CBP Design System web components.
66 lines (65 loc) • 17.9 kB
TypeScript
/// <reference types="react" />
import type { JSX } from '@cbpds/web-components';
export declare const CbpAccordion: import("react").ForwardRefExoticComponent<JSX.CbpAccordion & Omit<import("react").HTMLAttributes<HTMLCbpAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpAccordionElement>>;
export declare const CbpAccordionItem: import("react").ForwardRefExoticComponent<JSX.CbpAccordionItem & Omit<import("react").HTMLAttributes<HTMLCbpAccordionItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpAccordionItemElement>>;
export declare const CbpActionBar: import("react").ForwardRefExoticComponent<JSX.CbpActionBar & Omit<import("react").HTMLAttributes<HTMLCbpActionBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpActionBarElement>>;
export declare const CbpApp: import("react").ForwardRefExoticComponent<JSX.CbpApp & Omit<import("react").HTMLAttributes<HTMLCbpAppElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpAppElement>>;
export declare const CbpAppHeader: import("react").ForwardRefExoticComponent<JSX.CbpAppHeader & Omit<import("react").HTMLAttributes<HTMLCbpAppHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpAppHeaderElement>>;
export declare const CbpBadge: import("react").ForwardRefExoticComponent<JSX.CbpBadge & Omit<import("react").HTMLAttributes<HTMLCbpBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpBadgeElement>>;
export declare const CbpBanner: import("react").ForwardRefExoticComponent<JSX.CbpBanner & Omit<import("react").HTMLAttributes<HTMLCbpBannerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpBannerElement>>;
export declare const CbpBreadcrumb: import("react").ForwardRefExoticComponent<JSX.CbpBreadcrumb & Omit<import("react").HTMLAttributes<HTMLCbpBreadcrumbElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpBreadcrumbElement>>;
export declare const CbpButton: import("react").ForwardRefExoticComponent<JSX.CbpButton & Omit<import("react").HTMLAttributes<HTMLCbpButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpButtonElement>>;
export declare const CbpCard: import("react").ForwardRefExoticComponent<JSX.CbpCard & Omit<import("react").HTMLAttributes<HTMLCbpCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpCardElement>>;
export declare const CbpCarousel: import("react").ForwardRefExoticComponent<JSX.CbpCarousel & Omit<import("react").HTMLAttributes<HTMLCbpCarouselElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpCarouselElement>>;
export declare const CbpCarouselItem: import("react").ForwardRefExoticComponent<JSX.CbpCarouselItem & Omit<import("react").HTMLAttributes<HTMLCbpCarouselItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpCarouselItemElement>>;
export declare const CbpCheckbox: import("react").ForwardRefExoticComponent<JSX.CbpCheckbox & Omit<import("react").HTMLAttributes<HTMLCbpCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpCheckboxElement>>;
export declare const CbpChip: import("react").ForwardRefExoticComponent<JSX.CbpChip & Omit<import("react").HTMLAttributes<HTMLCbpChipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpChipElement>>;
export declare const CbpCodeSnippet: import("react").ForwardRefExoticComponent<JSX.CbpCodeSnippet & Omit<import("react").HTMLAttributes<HTMLCbpCodeSnippetElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpCodeSnippetElement>>;
export declare const CbpContainer: import("react").ForwardRefExoticComponent<JSX.CbpContainer & Omit<import("react").HTMLAttributes<HTMLCbpContainerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpContainerElement>>;
export declare const CbpDialog: import("react").ForwardRefExoticComponent<JSX.CbpDialog & Omit<import("react").HTMLAttributes<HTMLCbpDialogElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpDialogElement>>;
export declare const CbpDotIndicator: import("react").ForwardRefExoticComponent<JSX.CbpDotIndicator & Omit<import("react").HTMLAttributes<HTMLCbpDotIndicatorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpDotIndicatorElement>>;
export declare const CbpDrawer: import("react").ForwardRefExoticComponent<JSX.CbpDrawer & Omit<import("react").HTMLAttributes<HTMLCbpDrawerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpDrawerElement>>;
export declare const CbpDropdown: import("react").ForwardRefExoticComponent<JSX.CbpDropdown & Omit<import("react").HTMLAttributes<HTMLCbpDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpDropdownElement>>;
export declare const CbpDropdownItem: import("react").ForwardRefExoticComponent<JSX.CbpDropdownItem & Omit<import("react").HTMLAttributes<HTMLCbpDropdownItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpDropdownItemElement>>;
export declare const CbpExpand: import("react").ForwardRefExoticComponent<JSX.CbpExpand & Omit<import("react").HTMLAttributes<HTMLCbpExpandElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpExpandElement>>;
export declare const CbpFileInput: import("react").ForwardRefExoticComponent<JSX.CbpFileInput & Omit<import("react").HTMLAttributes<HTMLCbpFileInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpFileInputElement>>;
export declare const CbpFlex: import("react").ForwardRefExoticComponent<JSX.CbpFlex & Omit<import("react").HTMLAttributes<HTMLCbpFlexElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpFlexElement>>;
export declare const CbpFlexItem: import("react").ForwardRefExoticComponent<JSX.CbpFlexItem & Omit<import("react").HTMLAttributes<HTMLCbpFlexItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpFlexItemElement>>;
export declare const CbpFooter: import("react").ForwardRefExoticComponent<JSX.CbpFooter & Omit<import("react").HTMLAttributes<HTMLCbpFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpFooterElement>>;
export declare const CbpFormField: import("react").ForwardRefExoticComponent<JSX.CbpFormField & Omit<import("react").HTMLAttributes<HTMLCbpFormFieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpFormFieldElement>>;
export declare const CbpFormFieldWrapper: import("react").ForwardRefExoticComponent<JSX.CbpFormFieldWrapper & Omit<import("react").HTMLAttributes<HTMLCbpFormFieldWrapperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpFormFieldWrapperElement>>;
export declare const CbpGrid: import("react").ForwardRefExoticComponent<JSX.CbpGrid & Omit<import("react").HTMLAttributes<HTMLCbpGridElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpGridElement>>;
export declare const CbpGridItem: import("react").ForwardRefExoticComponent<JSX.CbpGridItem & Omit<import("react").HTMLAttributes<HTMLCbpGridItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpGridItemElement>>;
export declare const CbpHide: import("react").ForwardRefExoticComponent<JSX.CbpHide & Omit<import("react").HTMLAttributes<HTMLCbpHideElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpHideElement>>;
export declare const CbpIcon: import("react").ForwardRefExoticComponent<JSX.CbpIcon & Omit<import("react").HTMLAttributes<HTMLCbpIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpIconElement>>;
export declare const CbpLink: import("react").ForwardRefExoticComponent<JSX.CbpLink & Omit<import("react").HTMLAttributes<HTMLCbpLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpLinkElement>>;
export declare const CbpList: import("react").ForwardRefExoticComponent<JSX.CbpList & Omit<import("react").HTMLAttributes<HTMLCbpListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpListElement>>;
export declare const CbpLoader: import("react").ForwardRefExoticComponent<JSX.CbpLoader & Omit<import("react").HTMLAttributes<HTMLCbpLoaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpLoaderElement>>;
export declare const CbpMenu: import("react").ForwardRefExoticComponent<JSX.CbpMenu & Omit<import("react").HTMLAttributes<HTMLCbpMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpMenuElement>>;
export declare const CbpMenuItem: import("react").ForwardRefExoticComponent<JSX.CbpMenuItem & Omit<import("react").HTMLAttributes<HTMLCbpMenuItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpMenuItemElement>>;
export declare const CbpMulticol: import("react").ForwardRefExoticComponent<JSX.CbpMulticol & Omit<import("react").HTMLAttributes<HTMLCbpMulticolElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpMulticolElement>>;
export declare const CbpNavItem: import("react").ForwardRefExoticComponent<JSX.CbpNavItem & Omit<import("react").HTMLAttributes<HTMLCbpNavItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpNavItemElement>>;
export declare const CbpNotice: import("react").ForwardRefExoticComponent<JSX.CbpNotice & Omit<import("react").HTMLAttributes<HTMLCbpNoticeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpNoticeElement>>;
export declare const CbpPagination: import("react").ForwardRefExoticComponent<JSX.CbpPagination & Omit<import("react").HTMLAttributes<HTMLCbpPaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpPaginationElement>>;
export declare const CbpPanel: import("react").ForwardRefExoticComponent<JSX.CbpPanel & Omit<import("react").HTMLAttributes<HTMLCbpPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpPanelElement>>;
export declare const CbpRadio: import("react").ForwardRefExoticComponent<JSX.CbpRadio & Omit<import("react").HTMLAttributes<HTMLCbpRadioElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpRadioElement>>;
export declare const CbpResizeObserver: import("react").ForwardRefExoticComponent<JSX.CbpResizeObserver & Omit<import("react").HTMLAttributes<HTMLCbpResizeObserverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpResizeObserverElement>>;
export declare const CbpSection: import("react").ForwardRefExoticComponent<JSX.CbpSection & Omit<import("react").HTMLAttributes<HTMLCbpSectionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpSectionElement>>;
export declare const CbpSegmentedButtonGroup: import("react").ForwardRefExoticComponent<JSX.CbpSegmentedButtonGroup & Omit<import("react").HTMLAttributes<HTMLCbpSegmentedButtonGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpSegmentedButtonGroupElement>>;
export declare const CbpSkipNav: import("react").ForwardRefExoticComponent<JSX.CbpSkipNav & Omit<import("react").HTMLAttributes<HTMLCbpSkipNavElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpSkipNavElement>>;
export declare const CbpSlider: import("react").ForwardRefExoticComponent<JSX.CbpSlider & Omit<import("react").HTMLAttributes<HTMLCbpSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpSliderElement>>;
export declare const CbpStructuredList: import("react").ForwardRefExoticComponent<JSX.CbpStructuredList & Omit<import("react").HTMLAttributes<HTMLCbpStructuredListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpStructuredListElement>>;
export declare const CbpStructuredListItem: import("react").ForwardRefExoticComponent<JSX.CbpStructuredListItem & Omit<import("react").HTMLAttributes<HTMLCbpStructuredListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpStructuredListItemElement>>;
export declare const CbpSubnav: import("react").ForwardRefExoticComponent<JSX.CbpSubnav & Omit<import("react").HTMLAttributes<HTMLCbpSubnavElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpSubnavElement>>;
export declare const CbpSubnavItem: import("react").ForwardRefExoticComponent<JSX.CbpSubnavItem & Omit<import("react").HTMLAttributes<HTMLCbpSubnavItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpSubnavItemElement>>;
export declare const CbpTab: import("react").ForwardRefExoticComponent<JSX.CbpTab & Omit<import("react").HTMLAttributes<HTMLCbpTabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpTabElement>>;
export declare const CbpTabPanel: import("react").ForwardRefExoticComponent<JSX.CbpTabPanel & Omit<import("react").HTMLAttributes<HTMLCbpTabPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpTabPanelElement>>;
export declare const CbpTable: import("react").ForwardRefExoticComponent<JSX.CbpTable & Omit<import("react").HTMLAttributes<HTMLCbpTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpTableElement>>;
export declare const CbpTabs: import("react").ForwardRefExoticComponent<JSX.CbpTabs & Omit<import("react").HTMLAttributes<HTMLCbpTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpTabsElement>>;
export declare const CbpTag: import("react").ForwardRefExoticComponent<JSX.CbpTag & Omit<import("react").HTMLAttributes<HTMLCbpTagElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpTagElement>>;
export declare const CbpToast: import("react").ForwardRefExoticComponent<JSX.CbpToast & Omit<import("react").HTMLAttributes<HTMLCbpToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpToastElement>>;
export declare const CbpToggle: import("react").ForwardRefExoticComponent<JSX.CbpToggle & Omit<import("react").HTMLAttributes<HTMLCbpToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpToggleElement>>;
export declare const CbpTooltip: import("react").ForwardRefExoticComponent<JSX.CbpTooltip & Omit<import("react").HTMLAttributes<HTMLCbpTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpTooltipElement>>;
export declare const CbpTypography: import("react").ForwardRefExoticComponent<JSX.CbpTypography & Omit<import("react").HTMLAttributes<HTMLCbpTypographyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpTypographyElement>>;
export declare const CbpUniversalHeader: import("react").ForwardRefExoticComponent<JSX.CbpUniversalHeader & Omit<import("react").HTMLAttributes<HTMLCbpUniversalHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpUniversalHeaderElement>>;
export declare const CbpUsaBanner: import("react").ForwardRefExoticComponent<JSX.CbpUsaBanner & Omit<import("react").HTMLAttributes<HTMLCbpUsaBannerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCbpUsaBannerElement>>;