@sandlada/mdc
Version:
@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.
13 lines • 526 B
TypeScript
export declare const FocusRingDefinition: {
readonly "shape-start-start": string;
readonly "shape-start-end": string;
readonly "shape-end-end": string;
readonly "shape-end-start": string;
readonly 'active-width': "8px";
readonly color: "var(--md-sys-color-secondary, var(--md-sys-palette-secondary-40, #625b71))";
readonly duration: "600ms";
readonly 'inward-offset': "0px";
readonly 'outward-offset': "2px";
readonly width: "3px";
};
//# sourceMappingURL=focus-ring.definition.d.ts.map