- Preparing search index...
- The search index is not available
@fold-dev/core
- Text(props): ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
as?: "button" | "kbd" | "b" | "s" | "a" | "abbr" | "blockquote" | "cite" | "code" | "del" | "em" | "i" | "ins" | "label" | "legend" | "mark" | "p" | "samp" | "small" | "span" | "strong" | "sub" | "sup" | "u";
href?: string;
htmlFor?: string;
size?: Size;
target?: string;
title?: string;
} & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>
Returns ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.