UNPKG

@stylex-extend/react

Version:
10 lines (8 loc) 178 B
import {} from 'react' import type { StylexProperty } from '@stylex-extend/shared' declare module 'react' { interface Attributes { stylex?: StylexProperty } } export {}