lucid-ui
Version:
A UI component library from AppNexus.
18 lines (17 loc) • 539 B
TypeScript
/**
* {"categories": ["mycategory"]}
*
* Update "mycategory" to set the category your component falls under. You can see available categories
* in the left hand column.
*
* Describe your component here. How it should be used, use cases and more.
* Please see examples for more information.
*/
declare const ExampleComponent: import("../../util/component-types").ICreateClassComponentClass<{
className: unknown;
children: unknown;
isX: unknown;
onX: unknown;
style: unknown;
}>;
export default ExampleComponent;