| 1234567 |
- import { GUI } from '../../core';
- import type { Group } from '../../shapes';
- import type { GridOptions, GridStyleProps } from './types';
- export type { GridStyleProps, GridOptions };
- export declare class Grid extends GUI<GridStyleProps> {
- render(attributes: GridStyleProps, container: Group): import("../../animation").AnimationResult[];
- }
|