mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 06:32:30 +03:00
44f2f425c0
- Depends on #7773. - Implements binary WebSocket protocol (data protocol) - Performs some editor initialization (the bare minimum so that visualizations work) - Adds event handlers to receive visualization data updates # Important Notes None
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
module 'tailwindcss/nesting' {
|
|
import { PluginCreator } from 'postcss'
|
|
declare const plugin: PluginCreator<unknown>
|
|
export default plugin
|
|
}
|