mlabonne's picture
upload demo files (#1)
01488bc
raw
history blame contribute delete
159 Bytes
/// <reference path="./glsl.d.ts" />
export type { FluidProps } from "./types";
export { DEFAULT_CONFIG } from "./constant";
export { Fluid } from "./Fluid";