UNPKG

@thiendangit1102/rn-typescript-graphql

Version:
14 lines (12 loc) 242 B
import '@emotion/react'; declare module '@emotion/react' { export interface Theme { primary: string secondary: string background: string border: string backgroundAlt: string borderAlt: string text: string } }