UNPKG

nextui-alert

Version:
8 lines (7 loc) 304 B
import type ThemeColorType from '../@types/theme-color'; import type VariantType from '../@types/variant'; import type { CSSProperties } from 'react'; /** * Get parent style value for the alert */ export default function getParentStyleValue(variant: VariantType, color: ThemeColorType): CSSProperties;