UNPKG

@aptpod/data-viz-create-visual-parts-react

Version:

template of npm project with typescript

8 lines (5 loc) 163 B
import { createGlobalStyle } from 'styled-components' import { custom } from './custom-shadow' export const StyledShadowStyle = createGlobalStyle` ${custom} `