This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
32dbf3d57ce1cde872f40531b80fee5d3507e3b4
freeCodeCamp
/
tools
/
ui-components
/
src
/
index.ts
3 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(tools): create ui-components package and setup Storybook (#41920) * feat(client): basic Storybook setup * Revert "feat(client): basic Storybook setup" This reverts commit f55e2493265e9fde971200fb649f15f8896e03b9. * feat(tools): create ui-components package and setup Storybook * Add ui-components to lerna.json
2021-05-11 02:07:01 +07:00
// Use this file as the entry point for component export
feat(typescript): Add typescript support for UI components library (#43541) * Add TS configs and improve dir structure * Add TS configs and improve dir structure * Fix components exports from index * chore: prettier * Add tsconfig and then fix the linter warnings * Add @babel/preset-typescript * Fix eslint rule and update btn component to fix storybook * Fix TS and Jest configs Converted all remaining files to TS as well * Remove TS ignored rules and fixed some TS & jest stuff * Revert to old directory structure * Use absolute versions in package.json * enable ts strict to infer types Co-authored-by: Hamza Waleed <hamza.waleed@arbisoft.com>
2021-09-28 16:06:21 +05:00
export
{
Button
}
from
'./button'
;
Reference in New Issue
Copy Permalink