UNPKG

react-awesome-giphy

Version:
8 lines (7 loc) 181 B
/// <reference types="react" /> interface Props { color: string; css?: string; } declare const Loader: ({ color, css }: Props) => JSX.Element; export default Loader;