check
Code copied to clipboard.
close
menu
menu_open
menu

LkSnackbarProps

Describes props for the Snackbar component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkSnackbarProps extends React.HTMLAttributes<HTMLDivElement> {

 globalColor?: LkColorWithOnToken;

 message?: string;

 children?: React.ReactNode;

 cardProps?: LkCardProps;

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.