Skip to content

Instantly share code, notes, and snippets.

View andrecastelo's full-sized avatar

André Castelo andrecastelo

View GitHub Profile
@andrecastelo
andrecastelo / NewTypography.tsx
Last active August 1, 2024 06:35
Prop Forwarding with Emotion, Material-UI and Material-UI-System
import styled from '@emotion/styled';
import {
Typography as MaterialTypography,
TypographyProps as MaterialTypographyProps,
} from '@material-ui/core';
import {
spacing,
SpacingProps,
sizing,
SizingProps,