type LoaderBaseProps = { color?: string; pointRadio?: '2px' | '4px' | '6px' | `${number}px`; size?: 16 | 24 | 32 | number; }; export type LoaderProps = LoaderBaseProps; export type LoaderPointProps = LoaderBaseProps & { pointId: number; }; export {}; //# sourceMappingURL=type.d.ts.map