FLUJOS/VISUALIZACION/node_modules/polished/lib/helpers/getValueAndUnit.d.ts
2025-11-07 00:06:12 +01:00

3 lines
96 B
TypeScript
Executable file

declare function getValueAndUnit(value: string | number): any;
export default getValueAndUnit;