@primer/react
Version:
An implementation of GitHub's Primer Design System using React
5 lines • 298 B
TypeScript
import type { TokenBaseProps } from './TokenBase';
import type React from 'react';
declare const TokenTextContainer: ({ children, ...props }: React.PropsWithChildren<Partial<TokenBaseProps>>) => React.JSX.Element;
export default TokenTextContainer;
//# sourceMappingURL=_TokenTextContainer.d.ts.map