web-warga-bicara/types/index.ts

6 lines
108 B
TypeScript
Raw Normal View History

2025-10-20 02:53:39 +00:00
import {SVGProps} from "react";
export type IconSvgProps = SVGProps<SVGSVGElement> & {
size?: number;
};