7 lines
289 B
TypeScript
7 lines
289 B
TypeScript
|
/// <reference types="react" />
|
||
|
export * from './heading';
|
||
|
export * from './tag';
|
||
|
export declare const components: {
|
||
|
[x: string]: ({ children, id, ...props }: import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>) => JSX.Element;
|
||
|
};
|