tldraw/packages/www/styles/index.ts

5 lines
164 B
TypeScript
Raw Normal View History

2021-09-04 12:02:13 +00:00
import styled, { css, getCssText, globalStyles, light, dark } from './stitches.config'
export default styled
export { css, getCssText, globalStyles, light, dark }