UNPKG

@dodobrat/react-ui-kit

Version:
6 lines (5 loc) 181 B
import { CnCh, ElemType } from "../../../helpers/global.types"; declare type ExtraTextProps = ElemType & CnCh; export interface TextProps extends ExtraTextProps { } export {};