Skip to content

Commit

Permalink
Remove unused type (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun authored and emmatown committed Jun 5, 2018
1 parent f2893be commit 8a45c95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/create-emotion/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

import * as CSS from 'csstype';

export interface MultiDimensionalArray<T> extends Array<T | MultiDimensionalArray<T>> {}

export type CSSBaseObject = CSS.PropertiesFallback<number | string>;
export type CSSPseudoObject = { [K in CSS.Pseudos]?: CSSObject };
export interface CSSOthersObject {
Expand Down

0 comments on commit 8a45c95

Please sign in to comment.