Skip to content

Commit 696e63e

Browse files
authored
Merge pull request #723 from SolidOS/cleandeclarations
cleaned typings
2 parents cf19783 + a7f5c8c commit 696e63e

2 files changed

Lines changed: 53 additions & 70 deletions

File tree

package-lock.json

Lines changed: 53 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typings/declarations.d.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@ declare module '*.svg' {
44
export default content
55
}
66

7-
declare module 'solid-ui/components/actions/button'
8-
9-
interface SolidUIButtonElement extends HTMLElement {
10-
type: string
11-
variant: string
12-
size: string
13-
label: string
14-
disabled: boolean
15-
}
16-
17-
declare global {
18-
interface HTMLElementTagNameMap {
19-
'solid-ui-button': SolidUIButtonElement
20-
}
21-
}
22-
237
declare module '*.svg?raw' {
248
const content: string
259
export default content
@@ -38,5 +22,3 @@ declare module '*.png' {
3822
const content: string
3923
export default content
4024
}
41-
42-
declare module 'contacts-pane'

0 commit comments

Comments
 (0)