Skip to content

Instantly share code, notes, and snippets.

@andrew-levy
Last active September 10, 2023 13:37
Show Gist options
  • Save andrew-levy/546f1e4b914a6e424cd305326c0a98ec to your computer and use it in GitHub Desktop.
Save andrew-levy/546f1e4b914a6e424cd305326c0a98ec to your computer and use it in GitHub Desktop.
With Options
import { styled } from 'style-direct-club';
const Text = styled.Text.withOptions({
aliases: {
bg: "backgroundColor",
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment