nixos-configs/modules/ags/gtk4/widget/subclasses/index.ts
matt1432 8871cc8f01
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags4): add rest of subclasses
2025-01-01 13:38:44 -05:00

16 lines
424 B
TypeScript

export * from './box';
export * from './button';
export * from './calendar';
export * from './centerbox';
export * from './entry';
export * from './image';
export * from './label';
export * from './levelbar';
export * from './menubutton';
export * from './overlay';
export * from './popover';
export * from './revealer';
export * from './slider';
export * from './stack';
export * from './switch';
export * from './window';