import { JSXInternal } from "node_modules/preact/src/jsx"; import "../style.css" type DefaultLoadingAnimationProps = { style: JSXInternal.CSSProperties } const DefaultLoadingAnimation = (props: DefaultLoadingAnimationProps) => (
) export default DefaultLoadingAnimation;