@primer/components
Version:
Primer react components
8 lines (7 loc) • 469 B
TypeScript
/// <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;