tldraw/packages/www/styles/index.ts
2021-09-04 13:02:13 +01:00

4 lines
164 B
TypeScript

import styled, { css, getCssText, globalStyles, light, dark } from './stitches.config'
export default styled
export { css, getCssText, globalStyles, light, dark }