10 lines
179 B
TypeScript
10 lines
179 B
TypeScript
import styled, {
|
|
css,
|
|
getCssString,
|
|
globalStyles,
|
|
light,
|
|
dark,
|
|
} from "./stitches.config"
|
|
|
|
export default styled
|
|
export { css, getCssString, globalStyles, light, dark }
|