UNPKG

@kadconsulting/dry

Version:
7 lines (6 loc) 284 B
/// <reference types="react" /> import './TextXs.scss'; import '../Typography.scss'; import type { TextXsProps } from './TextXsTypes'; declare const TextXs: import("react").ForwardRefExoticComponent<TextXsProps & import("react").RefAttributes<HTMLDivElement>>; export default TextXs;