UNPKG

@arcana/auth

Version:

Arcana Auth

10 lines (9 loc) 236 B
interface LoaderProps { stroke: number; secondaryColor: string; strokeColor?: string; compact?: boolean; width?: number; } export default function Loader(props: LoaderProps): import("preact").JSX.Element; export {};