Skip to main content
Version: 4.x.x (latest)

$shadow

Props with scale option

PropScale
textShadowtheme.shadows
boxShadowtheme.shadows

Types

export type DesygnaSystemShadowProps = {
textShadow?: DesygnaGenericProp<CSS.Properties["textShadow"] | DesygnaThemeShadow>;
boxShadow?: DesygnaGenericProp<CSS.Properties["boxShadow"] | DesygnaThemeShadow>;
};