akameco / styled-style

css modules like styled-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] TypeScriptの型定義ファイルがほしい

rinsuki opened this issue · comments

Do you want to request a feature or report a bug?: feature

What is the current behavior?: TypeScript用の型定義がない(ため、tsconfig.jsonnoImplictitAnytrueにしているとimport文でimportできなかったりいろいろ不便)。
app_tsx_ _slackdeck

What is the expected behavior?: TypeScript用の型定義ファイルが存在し、tsconfig.jsonnoImplictitAnytrueにしている環境でもimport文でimportできるようになる

Suggested solution: 🤔

ref: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html

@rinsuki レポートありがとうございます🙏
あまりTypeScriptの経験がなくて型定義ファイルの作成方法がわかりません。
もちろんあったほうがいいことは確かなので調べてみます。

#2 により解決しました🎉