nixos-configs/modules/ags/gtk4/widgets/astalify/index.ts
matt1432 557e4c7a52
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags4): implement lockscreen
2025-01-25 02:28:34 -05:00

10 lines
180 B
TypeScript

import astalify from './astalify';
export default astalify;
export {
type AstalifyProps,
type BindableProps,
type ConstructProps,
childType,
} from './generics';