UNPKG

pragmate-ui

Version:

An advanced, on-demand React UI library optimized for BeyondJS. Pragmate UI provides modular, responsive, and accessible components with a focus on efficient bundle sizes and a streamlined development process.

68 lines (54 loc) 1.18 kB
/************ Processor: ts ************/ import * as __beyond_dep_ns_0 from 'react'; // content.tsx declare namespace ns_0 { /// <reference types="react" /> export const SideMenuContent: ({ title }: { title: any; }) => JSX.Element; } // context.tsx declare namespace ns_1 { import Context = __beyond_dep_ns_0.Context; export const MenuContext: Context<any>; export const useMenuContext: () => any; } // index.tsx declare namespace ns_2 { /// <reference types="react" /> export const Menu: ({ items, title }: { items: any; title: any; }) => JSX.Element; } // items.ts declare namespace ns_3 { export const menuItems: { title: string; link: string; icon: string; }[]; } // list\index.tsx declare namespace ns_4 { /// <reference types="react" /> export const SideMenuList: () => JSX.Element; } // list\item.tsx declare namespace ns_5 { /// <reference types="react" /> export const SideMenuItem: ({ item }: { item: any; }) => JSX.Element; } export import Menu = ns_2.Menu; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };