xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
13 lines • 361 B
TypeScript
export interface ComponentMetadata {
displayName: string;
aspectRatio?: string;
preferredWidth?: number | string;
preferredHeight?: number | string;
minWidth?: number;
minHeight?: number;
maxWidth?: number;
maxHeight?: number;
layoutHints?: string[];
[key: string]: any;
}
//# sourceMappingURL=component-metadata.d.ts.map