UNPKG

@krowdy/kds-assets

Version:

React components that implement Google's Material Design.

9 lines (7 loc) 203 B
export interface Location { width?: number; height?: number; color?: 'primary' | 'secondary' | 'custom' | string } declare const Location: React.ComponentType<Location>; export default Location;