tldraw/styles/index.ts
2021-05-09 22:22:25 +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 }