Type alias CSSVarProps

CSSVarProps: {
    [var_name: `--${string}`]: string | undefined;
}

Type declaration

  • [var_name: `--${string}`]: string | undefined

Generated using TypeDoc