UNPKG

@primer/components

Version:
8 lines (7 loc) 469 B
/// <reference types="react" /> import { SystemCommonProps } from '../constants'; import { ComponentProps } from '../utils/types'; declare const Animation: import("styled-components").StyledComponent<"div", any, SystemCommonProps, never>; export declare type SelectMenuLoadingAnimationProps = ComponentProps<typeof Animation>; declare const SelectMenuLoadingAnimation: (props: SelectMenuLoadingAnimationProps) => JSX.Element; export default SelectMenuLoadingAnimation;