mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-06 13:19:51 -06:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import { ComponentBase } from './componentBase';
|
|
|
|
export abstract class SingleContainer extends ComponentBase {}
|