box.d.ts 142 B

123
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type BoxOptions = Record<string, any>;
  3. export declare const Box: SC<BoxOptions>;