mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-21 00:52:51 +00:00
11 lines
114 B
JavaScript
11 lines
114 B
JavaScript
|
|
|
|
// @ts-expect-error
|
|
import xlib from 'gi://xlib?version=2.0';
|
|
export { xlib };
|
|
export default xlib;
|
|
|
|
|
|
|
|
|