UNPKG
jiku-ui
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A Component Library for Vue.js.
jiku-ui
/
types
/
page-header.d.ts
11 lines
(8 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { HeinerUIComponent }
from
'./component'
/** PageHeader Component */
export
declare
class
HnPageHeader
extends
HeinerUIComponent
{
/** title */
title: String
/** content */
content: String }