UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

5 lines (4 loc) 216 B
/// <reference types="react" /> import { SpacingProps } from '../../../types/spacing.types'; import { Text } from '../Text'; export declare type ParagraphProps = SpacingProps & React.ComponentProps<typeof Text>;