UNPKG

@spark-web/text

Version:

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

6 lines (5 loc) 206 B
import type { ReactNode } from 'react'; export type StrongProps = { children: ReactNode; }; export declare const Strong: ({ children }: StrongProps) => import("@emotion/react/jsx-runtime").JSX.Element;