UNPKG

249 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2export type MaybeFunctionAttributeOptions = Record<string, never>;
3/**
4 * Mark functional attribute constant.
5 */
6export declare const MaybeFunctionAttribute: TC<MaybeFunctionAttributeOptions>;