7 lines
297 B
TypeScript
7 lines
297 B
TypeScript
|
|
import './styles.css';
|
||
|
|
import Component from './Component';
|
||
|
|
import type { GlitchComponentMetadata } from './types';
|
||
|
|
export default Component;
|
||
|
|
export declare const metadata: GlitchComponentMetadata;
|
||
|
|
export type { GlitchComponentProps, GlitchComponentConfig, GlitchComponentResult } from './types';
|