UNPKG

@ticmakers-react-native/onboarding

Version:

TIC Makers - React Native Onboarding

51 lines (26 loc) 797 B
[@ticmakers-react-native/onboarding](../README.md) > ["Page/index.d"](../modules/_page_index_d_.md) > [IPageState](../interfaces/_page_index_d_.ipagestate.md) # Interface: IPageState Interface to define the props of the Page component *__interface__*: IPageProps ## Hierarchy **IPageState** ## Index ### Properties * [height](_page_index_d_.ipagestate.md#height) * [width](_page_index_d_.ipagestate.md#width) --- ## Properties <a id="height"></a> ### `<Optional>` height **● height**: *`undefined` \| `number`* *Defined in Page/index.d.ts:107* Define the height to the pages *__type__*: {number} ___ <a id="width"></a> ### `<Optional>` width **● width**: *`undefined` \| `number`* *Defined in Page/index.d.ts:113* Define the width to the pages *__type__*: {number} ___