Skip to content

Commit

Permalink
try to bump tested TS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 4, 2024
1 parent 62dcf5e commit e81819f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/native/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Pat Sissons <https://github.com/patsissons>
// TypeScript Version: 3.4
// TypeScript Version: 4.1

import * as RN from 'react-native'
import { Theme } from '@emotion/react'
Expand Down
1 change: 1 addition & 0 deletions packages/react/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// TypeScript Version: 4.1
export * from '..'
2 changes: 1 addition & 1 deletion packages/styled/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 3.2
// TypeScript Version: 4.1

import { Theme } from '@emotion/react'
import { CreateStyled as BaseCreateStyled, CreateStyledComponent } from './base'
Expand Down

0 comments on commit e81819f

Please sign in to comment.