Skip to content

Commit

Permalink
types:remove redundant type declaration (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
L1nJIayu authored Oct 22, 2024
1 parent db9e033 commit e5d61a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/varlet-ui/types/styleProvider.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
import { App, VNode } from 'vue'
import { StyleVars as ExtractedStyleVars } from './styleVars'
import { StyleVars } from './styleVars'

export declare const styleProviderProps: Record<keyof StyleProviderProps, any>

export type StyleVars = ExtractedStyleVars

export interface StyleProviderProps extends BasicAttributes {
styleVars?: StyleVars
tag?: string
Expand Down

0 comments on commit e5d61a8

Please sign in to comment.