UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

12 lines 340 B
import { MantineTheme } from '../../types'; export declare function getFocusStyles(theme: MantineTheme): { WebkitTapHighlightColor: string; '&:focus': { outline: string; boxShadow: string; }; '&:focus:not(:focus-visible)': { boxShadow: string; }; }; //# sourceMappingURL=get-focus-styles.d.ts.map