Composable watermark decoration style selector
Creates watermark styles with configurable theme options. Watermarks are large, subtle background text elements.
Optional
Configuration object for style variants
JSS object with composed styles and appropriate className
// Light theme (default)const styles = composeWatermark();// Dark themeconst styles = composeWatermark({ theme: 'dark' }); Copy
// Light theme (default)const styles = composeWatermark();// Dark themeconst styles = composeWatermark({ theme: 'dark' });
1.7.0
Composable watermark decoration style selector
Creates watermark styles with configurable theme options. Watermarks are large, subtle background text elements.