Tldraw/styles/index.ts

11 wiersze
179 B
TypeScript

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