File size: 159 Bytes
01488bc
 
 
 
 
1
2
3
4
5
6
/// <reference path="./glsl.d.ts" />

export type { FluidProps } from "./types";
export { DEFAULT_CONFIG } from "./constant";
export { Fluid } from "./Fluid";