import React, { FunctionComponent } from 'react'; import { ISubheadingProps } from './interfaces'; import { ctw } from '../../../../common/utils/ctw/ctw'; export const Subheading: FunctionComponent = ({ value, props }) => (

{value}

);