UNPKG

@spark-web/text

Version:

--- title: Text storybookPath: typography-text--default isExperimentalPackage: false ---

6 lines (5 loc) 177 B
import type { ReactNode } from 'react'; export declare type StrongProps = { children: ReactNode; }; export declare const Strong: ({ children }: StrongProps) => JSX.Element;