nixos-configs/modules/ags/gtk4/widget/astalify/index.ts
matt1432 e7accbd7bd
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags4): write own ConstructProps to exclude props
2025-01-15 18:17:27 -05:00

10 lines
180 B
TypeScript

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