tldraw/styles/index.ts
2021-06-21 22:35:54 +01:00

10 lines
179 B
TypeScript

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