(variables: { name: string; light?: string | undefined; dark?: string | undefined; summary?: string | undefined; }[], content_hash: string): VariableDependencyGraph Builds a dependency graph from an array of style variables.
variables
array of StyleVariable objects
{ name: string; light?: string | undefined; dark?: string | undefined; summary?: string | undefined; }[]content_hash
hash of the source for cache invalidation
stringreturns
VariableDependencyGraph