import { RaxChildren } from "rax"; export interface FieldsType { } export interface LayoutAdaptProps { fields: FieldsType; children: RaxChildren; }