MCPcopy
hub / github.com/MetaMask/metamask-extension / CSSProperties

Interface CSSProperties

types/react.d.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 // Convert to a `type` in a future major version.
8 // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
9 export interface CSSProperties extends CSS.Properties<string | number> {
10 '--progress'?: string;
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected