Files
oak-gpui/styles/src/element/index.ts
T

5 lines
144 B
TypeScript

import { interactive, Interactive } from "./interactive"
import { toggleable } from "./toggle"
export { interactive, Interactive, toggleable }