coderhood-ui
Version:
UI Library
25 lines (21 loc) • 919 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
declare function GlitchButton({ children, onClick, className, style, font, color, glitchColor1, glitchColor2, glitchTime, ...props }: {
[x: string]: any;
children?: string | undefined;
onClick?: (() => void) | undefined;
className?: string | undefined;
style?: {} | undefined;
font?: string | undefined;
color?: string | undefined;
glitchColor1?: string | undefined;
glitchColor2?: string | undefined;
glitchTime?: number | undefined;
}): react_jsx_runtime.JSX.Element;
declare function LoaderOrbiter({ size, outerColor, innerColor, active, rotationDuration }: {
size?: number | undefined;
outerColor?: string | undefined;
innerColor?: string | undefined;
active?: boolean | undefined;
rotationDuration?: number | undefined;
}): react_jsx_runtime.JSX.Element;
export { GlitchButton, LoaderOrbiter };