UNPKG

@porsche-design-system/components-angular

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

12 lines (11 loc) 334 B
export type Options = { offset?: string; }; export declare const getFocusVisibleStyle: (opts?: Options) => { readonly selectors: { readonly '&:focus-visible': { readonly outline: "2px solid var(--_color-focus, light-dark(#1A44EA,#1A44EA))"; readonly outlineOffset: string; }; }; };