UNPKG

petals-ui

Version:
9 lines (6 loc) 214 B
import { NumberOrString } from '../../basic'; interface IViewStackComponent { readonly activeFlag: NumberOrString; readonly viewClassName: string; // Child container's class } export { IViewStackComponent };