webadwaita 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,15 @@
1
1
  import { JSX as JSX_2 } from 'react/jsx-runtime';
2
2
 
3
- export declare const Button: () => JSX_2.Element;
3
+ export declare function Heading({ children }: any): JSX_2.Element;
4
+
5
+ export declare function List({ children }: any): JSX_2.Element;
6
+
7
+ export declare function ListItem({ children, action, }: {
8
+ children: React.ReactNode;
9
+ action?: React.ReactNode;
10
+ }): JSX_2.Element;
11
+
12
+ declare function Window_2({ children }: any): JSX_2.Element;
13
+ export { Window_2 as Window }
4
14
 
5
15
  export { }