Home > @uniformdev/design-system > TileTitleProps
TileTitleProps type
Signature:
type TileTitleProps = {
as?: 'heading' | 'description';
children: ReactNode;
} & HTMLAttributes<HTMLSpanElement>;
Home > @uniformdev/design-system > TileTitleProps
Signature:
type TileTitleProps = {
as?: 'heading' | 'description';
children: ReactNode;
} & HTMLAttributes<HTMLSpanElement>;