Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
feat: add types for breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 31, 2019
1 parent 3d60df8 commit a011156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ export { toEmIfHasPx } from './convertors/to-em-if-has-px';
export { toPxIfHasEm } from './convertors/to-px-if-has-em';
export { toSnakeCase } from './convertors/to-snake-case';
export { isNumeric } from './helpers/is-numeric';
export type {
BreakpointsMap,
BreakpointWithoutName,
UserConfig,
} from './models';

0 comments on commit a011156

Please sign in to comment.