Skip to content

Commit

Permalink
fix(d.ts): repair type
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
qytayh committed Nov 24, 2021
1 parent 895d546 commit b925e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/types/styleProvider.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { App } from 'vue'
import { VarComponent } from './varComponent'

export type StyleVars = Record<string, string>
export type StyleVars = Record<string, string> | null

export interface StyleProviderProps {
styleVars?: StyleVars
Expand Down

0 comments on commit b925e7e

Please sign in to comment.