UNPKG

@jirkasa/code-box

Version:

Showcase code samples on the web with a container that lets users select and display different samples.

9 lines (8 loc) 194 B
/** Info about package. */ type PackageInfo = { /** Name of package. */ name: string; /** Indicates whether package is opened. */ opened: boolean; }; export default PackageInfo;