lib: improve types/checks

This commit is contained in:
ooks-io 2024-11-18 11:28:33 +11:00
parent 10c1ed7ecb
commit a30e2a0bc1
5 changed files with 87 additions and 21 deletions

View file

@ -0,0 +1,16 @@
{
lib,
pkgs,
...
}: let
inherit (lib) concatStrings;
mkIcon = {
svg,
colors, {},
height ? 24,
width ? 24
}: let
in
in