IContentFunction

type IContentFunction = () => JSX.Element;

Usage

import {IContentFunction} from 'uxp/components';

Last updated