@talend/react-containers
Version:
Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.
13 lines (12 loc) • 676 B
TypeScript
declare namespace _default {
let title: string;
}
export default _default;
export function Default(): import("react/jsx-runtime").JSX.Element;
export function JsonLikeWithRootLabel(): import("react/jsx-runtime").JSX.Element;
export function JsonLikeWithHightlight(): import("react/jsx-runtime").JSX.Element;
export function JsonLikeWithTypes(): import("react/jsx-runtime").JSX.Element;
export function JsonLikeWithTypesAndTupleName(): import("react/jsx-runtime").JSX.Element;
export function List(): import("react/jsx-runtime").JSX.Element;
export function Table(): import("react/jsx-runtime").JSX.Element;
export function Flat(): import("react/jsx-runtime").JSX.Element;