Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

fix: export right interface with right props #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 29, 2019

  1. fix: export right interface with right props

    The package is exporting an interface SwipeoutProperties from 'index.d.ts',
    this interface has a prop named 'rowId' but this prop is not supported in the
    package. The prop that is supported in package is 'rowID'. Because of this user
    was getting wrong intellisense in the editor and even after updating row id in props
    it wasn't updated
    Ameer Hamza committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f7887fb View commit details
    Browse the repository at this point in the history