UNPKG

@dodobrat/react-ui-kit

Version:
7 lines (6 loc) 215 B
import { CnCh, ElemType } from "../../../helpers/global.types"; declare type ExtraHeadingProps = ElemType & CnCh; export interface HeadingProps extends ExtraHeadingProps { centered?: boolean; } export {};