UNPKG

@naarni/design-system

Version:

Naarni React Native Design System for EV Fleet Apps

7 lines 210 B
import { textStyle } from '../../theme/typography'; export interface TypographyExampleProps { label: string; variant: keyof typeof textStyle; text: string; } //# sourceMappingURL=interfaces.d.ts.map