khamba
Version:
A cli tool for sharing files through local network.
13 lines (12 loc) • 313 B
TypeScript
import React from 'react';
export declare const arrowCharacters: {
plane: string;
triangle: string;
bullet: string;
};
type PropType = {
arrow?: string;
speed?: number;
};
declare const SendArrowAnimation: ({ arrow, speed, }: PropType) => React.JSX.Element;
export default SendArrowAnimation;