AlertVariants

interface AlertVariants

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

discreet
Link copied to clipboard
js
abstract val discreet: BasicParams.(ColorScheme) -> Unit
leftAccent
Link copied to clipboard
js
abstract val leftAccent: BasicParams.(ColorScheme) -> Unit
solid
Link copied to clipboard
js
abstract val solid: BasicParams.(ColorScheme) -> Unit
subtle
Link copied to clipboard
js
abstract val subtle: BasicParams.(ColorScheme) -> Unit
topAccent
Link copied to clipboard
js
abstract val topAccent: BasicParams.(ColorScheme) -> Unit