mistui-kit
Version:
**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**
17 lines (16 loc) • 397 B
TypeScript
declare function InfoTheme(tab: any): import("react/jsx-runtime").JSX.Element;
declare namespace InfoTheme {
var meta: {
children: {
values: string[];
type: string;
description: string;
};
theme: {
values: string[];
type: string;
description: string;
};
};
}
export default InfoTheme;