UNPKG

wix-style-react

Version:
8 lines 269 B
import React from 'react'; export interface WixStyleReactMaskingProviderProps { children?: React.ReactNode; } export type WixStyleReactMaskingProviderContextProps = { maskingClassNames: string; }; //# sourceMappingURL=WixStyleReactMaskingProvider.types.d.ts.map