@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
11 lines (9 loc) • 314 B
TypeScript
import "react";
declare module "react" {
interface CSSProperties {
[key: `--ac-${string}`]: string | number | undefined;
[key: `--__ac-${string}`]: string | number | undefined;
[key: `--axc-${string}`]: string | number | undefined;
[key: `--__axc-${string}`]: string | number | undefined;
}
}