UNPKG

@primer/components

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