tldraw/styles/index.ts

11 lines
179 B
TypeScript
Raw Normal View History

2021-05-09 21:22:25 +00:00
import styled, {
css,
getCssString,
globalStyles,
light,
dark,
2021-06-21 21:35:54 +00:00
} from './stitches.config'
2021-05-09 12:03:39 +00:00
export default styled
2021-05-09 21:22:25 +00:00
export { css, getCssString, globalStyles, light, dark }