7 lines
239 B
TypeScript
7 lines
239 B
TypeScript
/** @jsxRuntime classic */
|
|
/** @jsx withSlots */
|
|
import * as React from 'react';
|
|
import type { IStackItemProps } from './StackItem.types';
|
|
export declare const StackItem: React.FunctionComponent<IStackItemProps>;
|
|
export default StackItem;
|