@wix/design-system
Version:
@wix/design-system
9 lines • 308 B
TypeScript
import React from 'react';
export interface WixStyleReactMaskingProviderProps {
/** any content to be displayed */
children?: React.ReactNode;
}
export type WixStyleReactMaskingProviderContextProps = {
maskingClassNames: string;
};
//# sourceMappingURL=WixStyleReactMaskingProvider.types.d.ts.map