UNPKG

@wazespace/wme-react-components

Version:

A package with useful replications of the Waze Map Editor components to use in userscripts

35 lines 3.98 kB
/// <reference types="react" /> import { WzAnchorProps, WzAlertDismissProps, WzAlertPaginationProps, WzAlertsGroupProps, WzBadgeProps, WzButtonProps, WzCardProps, WzCheckableChipProps, WzChipSelectProps, WzChipMultiSelectProps, WzCheckboxProps, WzIconProps, WzSectionHeaderProps, WzLabelProps } from './wme-intrinsic-elements-props'; export declare namespace Waze.IntrinsicElements { const WzAnchor: import("react").ForwardRefExoticComponent<{} & WzAnchorProps & import("react").HTMLAttributes<HTMLElement>>; const WzAlert: import("react").ForwardRefExoticComponent<{ slotBody?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; slotHeader?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; slotAction?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; slotIcon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; slotDismiss?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; } & Record<string, any> & import("react").HTMLAttributes<HTMLElement>>; const WzAlertDismiss: import("react").ForwardRefExoticComponent<{} & WzAlertDismissProps & import("react").HTMLAttributes<HTMLElement>>; const WzAlertPagination: import("react").ForwardRefExoticComponent<{} & WzAlertPaginationProps & import("react").HTMLAttributes<HTMLElement>>; const WzAlertsGroup: import("react").ForwardRefExoticComponent<{} & WzAlertsGroupProps & import("react").HTMLAttributes<HTMLElement>>; const WzBadge: import("react").ForwardRefExoticComponent<{} & WzBadgeProps & import("react").HTMLAttributes<HTMLElement>>; const WzButton: import("react").ForwardRefExoticComponent<{ slotLeftIcon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; slotRightIcon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; } & WzButtonProps & import("react").HTMLAttributes<HTMLElement>>; const WzCaption: import("react").ForwardRefExoticComponent<{} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>>; const WzOverline: import("react").ForwardRefExoticComponent<{} & Record<string, any> & import("react").HTMLAttributes<HTMLElement>>; const WzLabel: import("react").ForwardRefExoticComponent<{} & WzLabelProps & import("react").HTMLAttributes<HTMLElement>>; const WzCard: import("react").ForwardRefExoticComponent<{} & WzCardProps & import("react").HTMLAttributes<HTMLElement>>; const WzCheckableChip: import("react").ForwardRefExoticComponent<{} & WzCheckableChipProps & import("react").HTMLAttributes<HTMLElement>>; const WzChipSelect: import("react").ForwardRefExoticComponent<{} & WzChipSelectProps & import("react").HTMLAttributes<HTMLElement>>; const WzChipMultiSelect: import("react").ForwardRefExoticComponent<{} & WzChipMultiSelectProps & import("react").HTMLAttributes<HTMLElement>>; const WzCheckbox: import("react").ForwardRefExoticComponent<{} & WzCheckboxProps & import("react").HTMLAttributes<HTMLElement>>; const WzIcon: import("react").ForwardRefExoticComponent<{} & WzIconProps & import("react").HTMLAttributes<HTMLElement>>; const WzSectionHeader: import("react").ForwardRefExoticComponent<{ slotIcon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; slotDropdownItems?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; slotActions?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined; } & WzSectionHeaderProps & import("react").HTMLAttributes<HTMLElement>>; } //# sourceMappingURL=wz-intrinsic-element-components.d.ts.map