shoreline
Interfaces
- AccessibleIconProps
- AlertProps
- BleedProps
- ButtonProps
- CheckboxFieldProps
- CheckboxGroupProps
- CheckboxProps
- ClickableBubbleProps
- ClickableProps
- ComboboxItemProps
- ComboboxListProps
- ComboboxPopoverProps
- ComboboxProps
- ComposableProps
- ComposeProps
- ContainerProps
- ContentProps
- FieldLabelProps
- FieldMessageProps
- FieldProps
- FilterPopoverProps
- FilterProps
- FilterProviderProps
- GridCellShorthandProps
- GridShorthandProps
- IconButtonProps
- LinkBoxProps
- LinkProps
- LocaleProviderProps
- MenuItemProps
- MenuProps
- ModalProps
- PaginationProps
- PopoverDismissProps
- PopoverProps
- PopoverTriggerProps
- RadioGroupProps
- RadioGroupState
- RadioProps
- ScrollAreaProps
- SearchProps
- SelectFieldProps
- SelectListProps
- SelectOptionCheckProps
- SelectOptionProps
- SelectPopoverProps
- SelectProps
- SimpleTableProps
- SkeletonProps
- SpinnerProps
- StackProps
- TabListProps
- TabPanelProps
- TabProps
- TableBodyProps
- TableCellProps
- TableHeaderCellProps
- TableHeaderProps
- TableProps
- TableRowProps
- TagProps
- TextInputProps
- TextareaProps
- TooltipAnchorProps
- TooltipArrowProps
- TooltipPopoverProps
- TooltipProps
- VisuallyHiddenProps
Type Aliases
ActionProps
Ƭ ActionProps: Omit
(opens in a new tab)<ButtonProps
, "variant"
> & { iconOnly?
: boolean
; label?
: ReactNode
; vertical?
: boolean
}
Defined in
packages/components/src/action/action.tsx:34 (opens in a new tab)