UNPKG

301 BTypeScriptView Raw
1import React from 'react';
2interface Props {
3 followsIcon: boolean;
4 spacing: string;
5 children?: React.ReactNode;
6 isLoading?: boolean;
7 testId?: string;
8}
9declare const _default: ({ children, followsIcon, spacing, isLoading, ...rest }: Props) => JSX.Element;
10export default _default;