UNPKG
kui-icons
Version:
latest (5.0.0)
5.0.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.0
2.0.3
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A set of svg icons for KUI
github.com/smallerqiu/kui-icons.git
kui-icons
/
utils
/
pathify.d.ts
6 lines
(5 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
GenerateResult
{
pathList
:
string
[];
spriteList
:
string
[]; }
export
declare
const
generate
:
(
inputPath
:
string
) =>
GenerateResult
;