@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color science
9 lines • 412 B
TypeScript
/**
* Web platform adapter - returns DOM elements and Tailwind CSS classes
* @param {string} component - Component type
* @param {Object} [props={}] - Component props
* @returns {Object} Component and styles for web platform
*/
export function webAdapter(component: string, props?: Object): Object;
export function getWebComponent(component: string, props: Object): Object;
//# sourceMappingURL=web.d.ts.map