We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
打包结果未包含.d.ts类型定义文件,是否考虑支持?
The text was updated successfully, but these errors were encountered:
暂无,也没多少东西,可直接复制下面这段类型到你的代码。
export interface Tab { /** 显示名称 */ label: string /** 唯一 key */ key: string /** 图标 */ favico?: unknown /** 是否可关闭 */ closable?: boolean /** 是否可被交换 */ swappable?: boolean /** 是否可拖拽 */ dragable?: boolean }
Sorry, something went wrong.
Merge pull request #5 from gadfly3173/ts-support
6655efa
fix: fix #4 ts support
Successfully merging a pull request may close this issue.
打包结果未包含.d.ts类型定义文件,是否考虑支持?
The text was updated successfully, but these errors were encountered: