Closed superhawk610 closed 6 years ago
This PR adds Icon as the default export in the TS module declaration.
Icon
The original JS export can be seen here
import { Icon, withBaseIcon } from './Icon'; import { horizontalCenter } from './horizontalCenter'; export { withBaseIcon }; export { Icon }; export { horizontalCenter }; export default Icon; // <-- here
@superhawk610 thanks, will have this published
This PR adds
Icon
as the default export in the TS module declaration.The original JS export can be seen here