UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

8 lines (7 loc) 438 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 type SelectMenuLoadingAnimationProps = ComponentProps<typeof Animation>; declare const SelectMenuLoadingAnimation: (props: SelectMenuLoadingAnimationProps) => JSX.Element; export default SelectMenuLoadingAnimation;