UNPKG

@storybook/design-system

Version:
7 lines 294 B
import { FunctionComponent } from 'react'; export declare const Subheading: FunctionComponent<SubheadingProps>; export interface SubheadingProps { /** This prop lightens the Subheading color and increases the letter spacing */ muted?: boolean; } //# sourceMappingURL=Subheading.d.ts.map