Skip to content

Commit

Permalink
fix(divider/types): export divider interface
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Jun 9, 2021
1 parent 0a03d4d commit e01d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/types/divider.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { VarComponent } from './varComponent'

interface DividerProps {
export interface DividerProps {
inset?: boolean | number
vertical?: boolean
description?: string
Expand Down

0 comments on commit e01d452

Please sign in to comment.