UNPKG

@aws-amplify/ui

Version:

`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.

5 lines (4 loc) 204 B
import type { ComponentStyles, Elements } from './utils'; export type HighlightMatchTheme<Required extends boolean = false> = ComponentStyles & Elements<{ highlighted?: ComponentStyles; }, Required>;