UNPKG

sate-lib

Version:

A lightweight and modular React component library designed for modern web interfaces. **SATE Lib** powers the [sate.menu](https://sate.menu) platform with reusable, scalable, and themeable UI components.

7 lines 253 B
export interface MapMarkerProps { src?: string; alt?: string; className?: string; } export declare function MapMarker({ src, alt, className }: MapMarkerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=map-marker.d.ts.map