Replies: 2 comments
-
Property 'rowBgColor' does not exist on type '{ baseColor: string; primaryColor: string; primaryColorHover: string; primaryColorPressed: string; primaryColorSuppl: string; infoColor: string; infoColorHover: string; infoColorPressed: string; ... 94 more ...; name: "common"; } & CustomThemeCommonVars'.ts-plugin(2339) (Edge 12, Firefox 1, Safari 1, Chrome 1, IE 4, Opera 3) Syntax: MDN Reference |
Beta Was this translation helpful? Give feedback.
0 replies
-
add to declare module 'naive-ui' {
export interface CustomThemeCommonVars {
rowBgColor: string
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
js
html
useage in css code
Beta Was this translation helpful? Give feedback.
All reactions