UNPKG

@alicloud/console-base-rc-marks

Version:
4 lines (3 loc) 189 B
/// <reference types="react" /> import { IPropsMarkWithType } from '../../types'; export default function MarkByType({ type, align, component, ...props }: IPropsMarkWithType): JSX.Element;