TextProps
Home > @backstage/canon
> TextProps
Signature:
export type TextProps<T extends ElementType = 'p'> = TextOwnProps & Omit<ComponentPropsWithRef<T>, keyof TextOwnProps>;
References: TextOwnProps
Home > @backstage/canon
> TextProps
Signature:
export type TextProps<T extends ElementType = 'p'> = TextOwnProps & Omit<ComponentPropsWithRef<T>, keyof TextOwnProps>;
References: TextOwnProps