nextui-alert
Version:
Alert component for React using NextUI
8 lines (7 loc) • 304 B
TypeScript
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;