Skip to content

Instantly share code, notes, and snippets.

@inyee786
Created January 18, 2026 10:24
Show Gist options
  • Select an option

  • Save inyee786/b1d754d98c4e07cb06e5c5097b6b7f43 to your computer and use it in GitHub Desktop.

Select an option

Save inyee786/b1d754d98c4e07cb06e5c5097b6b7f43 to your computer and use it in GitHub Desktop.
import { LibraryComponents } from '../types';
import { materialUILibrary } from './materialUI';
export const ALL_LIBRARIES: LibraryComponents[] = [
materialUILibrary
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment