We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf19783 commit 39bddb5Copy full SHA for 39bddb5
1 file changed
typings/declarations.d.ts
@@ -4,22 +4,6 @@ declare module '*.svg' {
4
export default content
5
}
6
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
23
declare module '*.svg?raw' {
24
const content: string
25
@@ -38,5 +22,3 @@ declare module '*.png' {
38
39
40
41
42
-declare module 'contacts-pane'
0 commit comments