UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

10 lines (9 loc) 166 B
"use client"; const l = (e) => { const t = e?.split("/") || []; return t[t.length - 1]; }; export { l as getFileName }; //# sourceMappingURL=getFileName.js.map