Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

feat(typescript): named exports for built-in glamorous components #319

Merged

Conversation

luke-john
Copy link
Collaborator

What:

Added named exports for the built in glamorous component factories.

Why:
So that you can use the named exports for the built-in glamorous component factories.

import { Div } from 'glamorous'

How:

Adding a new definition file based off built-in-glamorous-components which exported each built-in glamorous component and then re-exported everything from it in the typings entry file.

Checklist:

  • Documentation N/A
  • Tests
  • Ready to be merged

@codecov-io
Copy link

codecov-io commented Sep 3, 2017

Codecov Report

Merging #319 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #319   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines         172    172           
  Branches       47     47           
=====================================
  Hits          172    172

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a94d620...9e8c6b8. Read the comment docs.

@kentcdodds kentcdodds merged commit 3751b39 into paypal:master Sep 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants