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

Commit

Permalink
fix(typescript): fix types for makeBreakpointsMap
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Nov 10, 2019
1 parent 8065638 commit f465f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export type Ratios = {

export const ratios: Ratios;

export function getBreakpointsMap(x: object): IBreakpointMap;
export function makeBreakpointsMap(x: object): IBreakpointMap;

export function modularScale(x: number, y: number[], z: number): number;

0 comments on commit f465f2f

Please sign in to comment.