Skip to content

Commit

Permalink
Merge pull request #687 from bashbaugh/patch-1
Browse files Browse the repository at this point in the history
Add className prop to SplitProps type
  • Loading branch information
nathancahill authored Sep 6, 2021
2 parents 819736e + e18c3a0 commit c2d4613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-split/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { Options } from 'split.js'

export interface SplitProps {
export interface SplitProps extends React.HTMLAttributes<HTMLDivElement> {
sizes?: Options["sizes"]
minSize?: Options["minSize"]
maxSize?: Options["maxSize"]
Expand Down

0 comments on commit c2d4613

Please sign in to comment.