Skip to content

Added props types exporting of dropdown, radiobutton, table and tabs … #116

Added props types exporting of dropdown, radiobutton, table and tabs …

Added props types exporting of dropdown, radiobutton, table and tabs … #116

Workflow file for this run

name: Test Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn
- run: yarn test