Repository URL to install this package:
|
Version:
0.0.2 ▾
|
import * as React from 'react';
export default class One extends React.PureComponent {
static contextType: React.Context<import("../../core/categories/typings").CategoryListMetaSchema[]>;
render(): JSX.Element;
}