This component implements the Accent type styles.
Variants
Default
Small
Props
<Accent>
children
ReactNode
inline
boolean
By default `<Type>` is block-level (renders a <p> tag). If the inline prop is used, `<Type>` is inline (renders a <span> tag).
size
"default" | "small"
component
ReactElement
ref
(instance: any) => void | RefObject<any>